TextSource.Item Property

T3000 CrossPlatform

TextSourceItem Property

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

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

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

Dim instance As TextSource
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