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