| BlendGroupContains Method |
Determines whether the
BlendGroup contains a specific timeline.
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public bool Contains(
ITimeline timeline
)
Public Function Contains (
timeline As ITimeline
) As Boolean
public:
virtual bool Contains(
ITimeline^ timeline
) sealed
abstract Contains :
timeline : ITimeline -> bool
override Contains :
timeline : ITimeline -> bool
Parameters
- timeline
- Type: DigitalRune.AnimationITimeline
The timeline to locate in the BlendGroup.
Return Value
Type:
Boolean if
timeline is found in the
BlendGroup; otherwise,
.
Implements
ICollectionTContains(T)See Also