Item Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public virtual Line this[
	int i
] { get; set; }
Visual Basic
Public Overridable Default Property Item ( _
	i As Integer _
) As Line
	Get
	Set
Visual C++
public:
virtual property Line^ default[int i] {
	Line^ get (int i);
	void set (int i, Line^ value);
}

Parameters

i
Type: System..::..Int32

Implements

IList<(Of <(<'T>)>)>..::..Item[([( Int32])])

See Also