TextItem Property

Gets the character at a specified character position in this instance.

Definition

Namespace: Firefly.Box
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public char this[
	int index
] { get; }

Parameters

index  Int32
A character position in this instance.

Return Value

Char
A Unicode character.

See Also