Changes

Jump to navigation Jump to search
1 byte 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
+
* First() - Returns the first element of the enumerable or null
 
* Last() - Returns the last element of the enumerable 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)

Navigation menu