BehaviorCollectionGetEnumerator Method |
Returns an enumerator that iterates through the collection.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic IEnumerator<IBehavior> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of IBehavior)
public:
virtual IEnumerator<IBehavior^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<IBehavior>
override GetEnumerator : unit -> IEnumerator<IBehavior>
Return Value
Type:
IEnumeratorIBehavior
A
IEnumeratorT that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumerator
See Also