Struct NoAllocEnumerator<T>
Syntax
public struct NoAllocEnumerator<T> : IEnumerator<T>, IDisposable, IEnumerator
Type Parameters
Constructors
NoAllocEnumerator(IList<T>)
Declaration
public NoAllocEnumerator(IList<T> list)
Parameters
| Type |
Name |
Description |
| IList<T> |
list |
|
Properties
Current
Declaration
public readonly T Current { get; }
Property Value
Implements
Methods
Dispose()
Declaration
Implements
MoveNext()
Declaration
Returns
Implements
Explicit Interface Implementations
IEnumerator.Current
Declaration
readonly object IEnumerator.Current { get; }
Returns
Implements
IEnumerator.Reset()
Declaration
Implements
Extension Methods