Struct MemoryPool<T>.ReportInfo.NodeCollection.Enumerator
Lightweight enumerator implementation for MemoryPool<T>.ReportInfo.NodeCollection.
public struct MemoryPool<T>.ReportInfo.NodeCollection.Enumerator
  - Inherited Members
 
- Extension Methods
 
Properties
Current
Gets the element in the collection at the current position of the enumerator.
public readonly MemoryPool<T>.ReportInfo.Node Current { get; }
  Property Value
Methods
MoveNext()
Advances the enumerator to the next element of the collection.
public bool MoveNext()
  Returns
- bool
 true if the enumerator was successfully advanced to the next element, otherwise false.