Struct MemoryPool<T>.ReportInfo.FragmentedNodeCollection.Enumerator
Lightweight enumerator implementation for MemoryPool<T>.ReportInfo.FragmentedNodeCollection.
public struct MemoryPool<T>.ReportInfo.FragmentedNodeCollection.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.FragmentedNode 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.