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