public byte this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As Byte
Get
public:
property unsigned char default[int index] {
unsigned char get (int index);
}
member Item : byte with get
IndexOutOfRangeException | index parameter is outside of binary array boundaries. |