FileTextSource.Item Property

T3000 CrossPlatform

FileTextSourceItem Property

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

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

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

Dim instance As FileTextSource
Dim i As Integer
Dim value As Line

value = instance(i)

instance(i) = value

Parameters

i
Type: SystemInt32

Property Value

Type: Line

Implements

IListTItemInt32
See Also