Gets the index of the last occurrence of the search text.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public static int LastIndexOf( this Rope<char> rope, string searchText, int startIndex, int length, StringComparison comparisonType )
<ExtensionAttribute> _ Public Shared Function LastIndexOf ( _ rope As Rope(Of Char), _ searchText As String, _ startIndex As Integer, _ length As Integer, _ comparisonType As StringComparison _ ) As Integer
public: [ExtensionAttribute] static int LastIndexOf( Rope<wchar_t>^ rope, String^ searchText, int startIndex, int length, StringComparison comparisonType )
Usage Note
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238