LinesAccessor.IndexOf Method

T3000 CrossPlatform

LinesAccessorIndexOf Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:FastColoredTextBoxNS.LinesAccessor.IndexOf(System.String)"]

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public int IndexOf(
	string item
)
Public Function IndexOf ( 
	item As String
) As Integer

Dim instance As LinesAccessor
Dim item As String
Dim returnValue As Integer

returnValue = instance.IndexOf(item)

Parameters

item
Type: SystemString

[Missing <param name="item"/> documentation for "M:FastColoredTextBoxNS.LinesAccessor.IndexOf(System.String)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:FastColoredTextBoxNS.LinesAccessor.IndexOf(System.String)"]

Implements

IListTIndexOf(T)
See Also