System::Collections::Generic::IEnumerable::begin method
Contents
[
Hide
]IEnumerable::begin() method
Gets iterator pointing to the first element (if any) of the collection. This iterator can’t be used to change a referenced object because GetEnumerator() returns a copy-object of T.
iterator System::Collections::Generic::IEnumerable<T>::begin()
ReturnValue
An iterator pointing to the first element (if any) of the collection
See Also
- Typedef iterator
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.PUB for C++
IEnumerable::begin() const method
Gets iterator pointing to the first element (if any) of the const-qualified instance of the collection.
const_iterator System::Collections::Generic::IEnumerable<T>::begin() const
ReturnValue
An iterator pointing to the first element (if any) of the const-qualified instance of the collection
See Also
- Typedef const_iterator
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.PUB for C++