System::Collections::Generic::IEnumerable::end metodo
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.Font for C++
IEnumerable::end() const method
Restituisce un iteratore che punta subito dopo l’ultimo elemento (se presente) dell’istanza qualificata come const 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 della collezione qualificata come const
Vedi anche
- Typedef const_iterator
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Font for C++