Method GetEnumerator
GetEnumerator()
Returns an enumerator over the items of this container.
Declaration
public readonly UnsafeQueue<T>.Enumerator GetEnumerator()
Returns
Type | Description |
---|---|
UnsafeQueue<T>.Enumerator | An enumerator over the items of this container. |