IndexOf
BehaviorCollection.IndexOf method
Determines the index of a specific item in the IList.
public int IndexOf(IBehavior item)
| Parameter | Type | Description | 
|---|---|---|
| item | IBehavior | The object to locate in the IList. | 
Return Value
The index of item if found in the list; otherwise, -1.
See Also
- interface IBehavior
- class BehaviorCollection
- namespace Aspose.Slides.Animation
- assembly Aspose.Slides