Click or drag to resize
DigitalRuneEffectBinderCollectionGetEnumerator Method
Returns an enumerator that iterates through the EffectBinderCollection.

Namespace: DigitalRune.Graphics.Effects
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public ListTEnumerator GetEnumerator()

Return Value

Type: ListTEnumerator
An IEnumerableT for EffectBinderCollection.
See Also