Struct FastList<T>.Enumerator
A struct that represents the enumerator of the list.
Inherited Members
Namespace: Evergine.Common.Collections
Assembly: Evergine.Common.dll
Syntax
public struct FastList<T>.Enumerator : IEnumerator<T>, IDisposable, IEnumerator
Properties
Current
Declaration
public T Current { get; }
Property Value
| Type | Description |
|---|---|
| T |
Methods
Dispose()
Declaration
public void Dispose()
MoveNext()
Declaration
public bool MoveNext()
Returns
| Type | Description |
|---|---|
| bool |