FastCollection<T>.Enumerator Struct
Namespace: Stride.Core.CollectionsAssembly: Stride.Core.dll
public struct Enumerator : IEnumerator<T>, IDisposable, IEnumerator
Name | Description | |
---|---|---|
Properties | ||
Current | ||
Methods | ||
Dispose() | ||
MoveNext() | ||
Explicit Interface Implementations | ||
IEnumerator.Current | ||
IEnumerator.Reset() |
Properties
Current
public readonly T Current { get; }
Property Value
Type | Description |
---|---|
T |
Methods
Dispose()
public void Dispose()
MoveNext()
public bool MoveNext()
Returns
Type | Description |
---|---|
System.Boolean |
Explicit Interface Implementations
IEnumerator.Current
readonly object IEnumerator.Current { get; }
Returns
Type | Description |
---|---|
System.Object |
IEnumerator.Reset()
void IEnumerator.Reset()
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()