System::Collections::Generic::IEnumerable::cbegin method
IEnumerable::cbegin method
Gets iterator pointing to the first const-qualified element (if any) of the collection.
const_iterator System::Collections::Generic::IEnumerable<T>::cbegin() const
ReturnValue
An iterator pointing to the first const-qualified element (if any) of the collection
See Also
- Typedef const_iterator
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.PUB for C++