IrcString Item Property NetIRC2 IRC Client Library for .NET
Gets a byte from the IRC string.

Namespace: NetIrc2
Assembly: NetIrc2 (in NetIrc2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public byte this[
	int index
] { get; set; }

Return Value

The byte at the specified index.

Implements

OnlineIList T  Item Int32 
See Also