TextItem Property
Gets the character at a specified character position in this instance.
Namespace: Firefly.BoxAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public char this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As Char
Get
member Item : char with get
- index Int32
- A character position in this instance.
CharA Unicode character.