IrcString GetEnumerator Method NetIRC2 IRC Client Library for .NET
Returns an enumerator that iterates through the collection.

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

public IEnumerator<byte> GetEnumerator()

Return Value

A OnlineIEnumerator T  that can be used to iterate through the collection.

Implements

OnlineIEnumerable T  GetEnumerator 
See Also