Gets a byte from the IRC string.
Namespace: NetIrc2Assembly: NetIrc2 (in NetIrc2.dll) Version: 1.0.0.0 (1.0.0.0)
public byte this[
int index
] { get; set; }
public byte this[
int index
] { get; set; }
Public Default Property Item ( _
index As Integer _
) As Byte
Get
Set
Public Default Property Item ( _
index As Integer _
) As Byte
Get
Set
public:
virtual property unsigned char default[int index] {
unsigned char get (int index) sealed;
void set (int index, unsigned char value) sealed;
}
abstract Item : byte with get, set
override Item : byte with get, set
abstract Item : byte with get, set
override Item : byte with get, set
Parameters
- index
- Type: System Int32
The index into the byte array.
Return Value
The byte at the specified index.
Implements
IList T Item Int32