Di seguito un esempio di codice.
C#
int[] arrayNumeri = [1, 2, 3, 4, 5, 13, 27, 40];
IEnumerable<int> arraySoloDispari = arrayNumeri.Where(int.IsOddInteger); // Restituisce 1, 3, 5, 13 e 27
Programmazione .Net, Asp.Net, Compact Framework. Filenet e tanto altro materiale informatico.
Nessun commento:
Posta un commento