Click or drag to resize
DigitalRuneGameEventCollectionGetEnumerator Method
Returns an enumerator that iterates through the collection.

Namespace: DigitalRune.Game
Assembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax
public IEnumerator<IGameEvent> GetEnumerator()

Return Value

Type: IEnumeratorIGameEvent
An IEnumeratorT object that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also