System::Collections::Generic::IEnumerable::begin metodo
Contenuti
[
Nascondere
]IEnumerable::begin() method
Ottiene un iteratore che punta al primo elemento (se presente) della collezione. Questo iteratore non può essere usato per modificare un oggetto referenziato perché GetEnumerator() restituisce un oggetto copia di T.
iterator System::Collections::Generic::IEnumerable<T>::begin()
ReturnValue
Un iteratore che punta al primo elemento (se presente) della collezione
Vedi anche
- Typedef iterator
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
IEnumerable::begin() const method
Restituisce un iteratore che punta al primo elemento (se presente) dell’istanza qualificata come const della collezione.
const_iterator System::Collections::Generic::IEnumerable<T>::begin() const
ReturnValue
Un iteratore che punta al primo elemento (se presente) dell’istanza della collezione qualificata come const
Vedi anche
- Typedef const_iterator
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Font for C++