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

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
IEnumerator IEnumerable.GetEnumerator()

Return Value

Type: IEnumerator
A IEnumeratorT that can be used to iterate through the collection.

Implements

IEnumerableGetEnumerator
See Also