Changes

Jump to navigation Jump to search
125 bytes added ,  16:14, 4 February 2020
Line 59: Line 59:  
* Count(func) – Returns how many elements satisfy func(x)
 
* Count(func) – Returns how many elements satisfy func(x)
 
* Where(func) – Returns elements that satisfy func(x)
 
* Where(func) – Returns elements that satisfy func(x)
 +
* First() - Returns the first element of the enumrable or null
 +
* Last() - Returns the last element of the enumerable or null
 
* FindFirst(func) – Returns the first element that satisfies func(x)
 
* FindFirst(func) – Returns the first element that satisfies func(x)
 
* OrderBy(func) – Returns elements sorted by func(x) in ascending order
 
* OrderBy(func) – Returns elements sorted by func(x) in ascending order

Navigation menu