System::Collections::Generic::IEnumerable::LINQ_ElementAt metodo

IEnumerable::LINQ_ElementAt method

Restituisce l’elemento a un indice specificato in una sequenza.

T System::Collections::Generic::IEnumerable<T>::LINQ_ElementAt(int index)
ParametroTipoDescrizione
indiceintIndice per ottenere l’elemento.

ReturnValue

Elemento all’indice specificato.

Vedi anche