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