Gets one character at given index.

Namespace: Sgry.Azuki
Assembly: 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

Property Value

Type: Char

See Also