begin()

CommentCollection::begin() method

Gets iterator pointing to the first element (if any) of the collection.

iterator Aspose::Slides::CommentCollection::begin() noexcept

Return Value

An iterator pointing to the first element (if any) of the collection

CommentCollection::begin() const method

Gets iterator pointing to the first element (if any) of the const-qualified instance of the collection.

const_iterator Aspose::Slides::CommentCollection::begin() const noexcept

Return Value

An iterator pointing to the first element (if any) of the const-qualified instance of the collection

See Also