TextSource.IndexOf Method

T3000 CrossPlatform

TextSourceIndexOf Method

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

[Missing <summary> documentation for "M:FastColoredTextBoxNS.TextSource.IndexOf(FastColoredTextBoxNS.Line)"]

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

Dim instance As TextSource
Dim item As Line
Dim returnValue As Integer

returnValue = instance.IndexOf(item)

Parameters

item
Type: FastColoredTextBoxNSLine

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

Return Value

Type: Int32

[Missing <returns> documentation for "M:FastColoredTextBoxNS.TextSource.IndexOf(FastColoredTextBoxNS.Line)"]

Implements

IListTIndexOf(T)
See Also