System::Collections::Generic::IEnumerable::LINQ_ElementAtOrDefault metodo
IEnumerable::LINQ_ElementAtOrDefault method
Restituisce l’elemento a un indice specificato in una sequenza.
T System::Collections::Generic::IEnumerable<T>::LINQ_ElementAtOrDefault(int index)
| Parametro | Tipo | Descrizione |
|---|---|---|
| indice | int | Indice per ottenere l’elemento. |
ReturnValue
Elemento all’indice specificato o valore costruito di default se non trovato.
Vedi anche
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Font for C++