Show / Hide Table of Contents

Struct PowerState.GenIdStorage<T>.ValuesCollection.Enumerator

Implements
IEnumerator<T>
Namespace: Content.Server.Power.Pow3r
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
Type Name Description
PowerState.GenIdStorage<T> owner

Properties

| Improve this Doc View Source

Current

Declaration
public T Current { get; }
Property Value
Type Description
T

Methods

| Improve this Doc View Source

Dispose()

Declaration
public void Dispose()
| Improve this Doc View Source

MoveNext()

Declaration
public bool MoveNext()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

Reset()

Declaration
public void Reset()

Implements

IEnumerator<>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾