Returns an enumerator that iterates through the collection.
Namespace: NetIrc2Assembly: NetIrc2 (in NetIrc2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IEnumerator<byte> GetEnumerator()
Return Value
A IEnumerator T that can be used to iterate through the collection.Implements
IEnumerable T GetEnumeratorSee Also