CommentAuthorCollectionGetEnumerator 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)
Syntaxpublic IEnumerator<ICommentAuthor> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of ICommentAuthor)
public:
virtual IEnumerator<ICommentAuthor^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<ICommentAuthor>
override GetEnumerator : unit -> IEnumerator<ICommentAuthor>
Return Value
Type:
IEnumeratorICommentAuthor
A
IEnumeratorT that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumerator
See Also