Struct UnsafeQueue<T>.Enumerator
An enumerator over the values of a container.
Namespace: Unity.Collections
Assembly: solution.dll
Syntax
public struct UnsafeQueue<T>.Enumerator
  Remarks
In an enumerator's initial state, Current is invalid. The first MoveNext() call advances the enumerator to the first value.
Properties
| Name | Description | 
|---|---|
| Current | The current value.  | 
      
Methods
| Name | Description | 
|---|---|
| Dispose() | Does nothing.  | 
      
| MoveNext() | Advances the enumerator to the next value.  | 
      
| Reset() | Resets the enumerator to its initial state.  |