Click or drag to resize
DigitalRuneBlendGroupIEnumerableITimelineGetEnumerator 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<ITimeline> IEnumerable<ITimeline>.GetEnumerator()

Return Value

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

Implements

IEnumerableTGetEnumerator
See Also