Click or drag to resize
DigitalRuneStateCollectionGetEnumerator Method
Returns an enumerator that iterates through the StateCollection.

Namespace: DigitalRune.Game.States
Assembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax
public ListTEnumerator GetEnumerator()

Return Value

Type: ListTEnumerator
An ListTEnumerator for StateCollection.
See Also