LinesAccessor.Item Property

T3000 CrossPlatform

LinesAccessorItem Property

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

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

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

Dim instance As LinesAccessor
Dim index As Integer
Dim value As String

value = instance(index)

instance(index) = value

Parameters

index
Type: SystemInt32

Property Value

Type: String

Implements

IListTItemInt32
See Also