AvalonEdit
LastIndexOf Method (item)
NamespacesICSharpCode.AvalonEdit.UtilsRope<(Of <(<'T>)>)>LastIndexOf(T)
Gets the index of the last occurrence of the specified item in this rope.
Declaration Syntax
C#Visual BasicVisual C++
public int LastIndexOf(
	T item
)
Public Function LastIndexOf ( _
	item As T _
) As Integer
public:
int LastIndexOf(
	T item
)
Parameters
item (T)

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