Gets one character at given index.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
| C# |
|---|
public char this[ int index ] { get; } |
| Visual Basic |
|---|
Public ReadOnly Default Property Item ( index As Integer ) As Char Get |
Parameters
- index
- Type: System..::..Int32