Line.Item Property

T3000 CrossPlatform

LineItem Property

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

[Missing <summary> documentation for "P:FastColoredTextBoxNS.Line.Item(System.Int32)"]

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public Char this[
	int index
] { get; set; }
Public Default Property Item ( 
	index As Integer
) As Char
	Get
	Set

Dim instance As Line
Dim index As Integer
Dim value As Char

value = instance(index)

instance(index) = value

Parameters

index
Type: SystemInt32

Property Value

Type: Char

Implements

IListTItemInt32
See Also