| BlendGroupEnumeratorCurrent Property |
Gets the element in the collection at the current position of the enumerator.
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public ITimeline Current { get; }
Public ReadOnly Property Current As ITimeline
Get
public:
virtual property ITimeline^ Current {
ITimeline^ get () sealed;
}
abstract Current : ITimeline with get
override Current : ITimeline with get
Property Value
Type:
ITimelineThe element in the collection at the current position of the enumerator.
Implements
IEnumeratorTCurrentSee Also