Author: Ayad Boudiab
Title: Visual Studio C# - LINQ - Parte X
Duration: 15:11 min
Description:
This video illustrates the use of 'reverse' which, as the name implies, reverses a list of items. Then we move into 'any' and 'all' which return a boolean value that indicates whether the elements in a list satisfy a condition. 'contains': returns a boolean value that indicates whether a list contains an element (or not). 'skip': skips a list of elements from a list.