Gets the number of elements after index that have the same value as each other.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[ObsoleteAttribute("This method may be confusing as it returns only the remaining run length after index. Use GetStartOfRun/GetEndOfRun instead.")] public int GetRunLength( int index )
<ObsoleteAttribute("This method may be confusing as it returns only the remaining run length after index. Use GetStartOfRun/GetEndOfRun instead.")> _ Public Function GetRunLength ( _ index As Integer _ ) As Integer
public: [ObsoleteAttribute(L"This method may be confusing as it returns only the remaining run length after index. Use GetStartOfRun/GetEndOfRun instead.")] int GetRunLength( int index )
Parameters
- index (Int32)
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238