Chars Property

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
Chars of range (exclude \n)

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

Syntax

C#
public IEnumerable<Char> Chars { get; }
Visual Basic
Public ReadOnly Property Chars As IEnumerable(Of Char)
	Get
Visual C++
public:
property IEnumerable<Char>^ Chars {
	IEnumerable<Char>^ get ();
}

See Also