Range.Chars Property

T3000 CrossPlatform

RangeChars Property

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

Chars of range (exclude \n)

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public IEnumerable<Char> Chars { get; }
Public ReadOnly Property Chars As IEnumerable(Of Char)
	Get

Dim instance As Range
Dim value As IEnumerable(Of Char)

value = instance.Chars

Property Value

Type: IEnumerableChar
See Also