AvalonEdit
GetEndOfRun Method (index)
NamespacesICSharpCode.AvalonEdit.UtilsCompressingTreeList<(Of <(<'T>)>)>GetEndOfRun(Int32)
Gets the first index after index so that the value at the result index is not equal to the value at index. That is, this method returns the exclusive end index of the run of equal values.
Declaration Syntax
C#Visual BasicVisual C++
public int GetEndOfRun(
	int index
)
Public Function GetEndOfRun ( _
	index As Integer _
) As Integer
public:
int GetEndOfRun(
	int index
)
Parameters
index (Int32)

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238