'Declaration Public ReadOnly Default Property Item( _ ByVal index As System.Integer _ ) As System.Byte
public System.byte this[ System.int index ]; {get;}
Parameters
- index
- The zero-based index of the byte to get or set.
'Declaration Public ReadOnly Default Property Item( _ ByVal index As System.Integer _ ) As System.Byte
public System.byte this[ System.int index ]; {get;}