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