T3000 CrossPlatform Documentation
LineIndexOf Method |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "M:FastColoredTextBoxNS.Line.IndexOf(FastColoredTextBoxNS.Char)"]
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public int IndexOf( Char item )
Public Function IndexOf ( item As Char ) As Integer Dim instance As Line Dim item As Char Dim returnValue As Integer returnValue = instance.IndexOf(item)
Parameters
- item
- Type: FastColoredTextBoxNSChar
[Missing <param name="item"/> documentation for "M:FastColoredTextBoxNS.Line.IndexOf(FastColoredTextBoxNS.Char)"]
Return Value
Type: Int32[Missing <returns> documentation for "M:FastColoredTextBoxNS.Line.IndexOf(FastColoredTextBoxNS.Char)"]
Implements
IListTIndexOf(T)See Also