Click or drag to resize
CappedQueueTGetEnumerator Method
Returns an enumerator that iterates through the queue.

Namespace: Network.Sim.Miscellaneous
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public IEnumerator<T> GetEnumerator()

Return Value

Type: IEnumeratorT
An enumerator that iterates through the queue.

Implements

IEnumerableTGetEnumerator
See Also