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