BehaviorPropertyCollectionGetEnumerator 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)
Syntax public IEnumerator<IBehaviorProperty> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of IBehaviorProperty)
public:
virtual IEnumerator<IBehaviorProperty^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<IBehaviorProperty>
override GetEnumerator : unit -> IEnumerator<IBehaviorProperty>
Return Value
Type:
IEnumeratorIBehaviorProperty
A
IEnumeratorT that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumeratorSee Also