Struct PowerState.GenIdStorage<T>.ValuesCollection.Enumerator
Implements
IEnumerator<T>
Assembly: Content.Server.dll
Syntax
public struct Enumerator : IEnumerator<T>
Constructors
|
Improve this Doc
View Source
Enumerator(PowerState.GenIdStorage<T>)
Declaration
public Enumerator(PowerState.GenIdStorage<T> owner)
Parameters
Properties
|
Improve this Doc
View Source
Current
Declaration
public T Current { get; }
Property Value
Methods
|
Improve this Doc
View Source
Dispose()
Declaration
|
Improve this Doc
View Source
MoveNext()
Declaration
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Reset()
Declaration
Implements
IEnumerator<>