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)
ParametroTipoDescrizione
indiceintIndice per ottenere l’elemento.

ReturnValue

Elemento all’indice specificato o valore costruito di default se non trovato.

Vedi anche