CollectionExtension
Provides access to extension methods over IEnumerable(of T).
Indicates whether or not the provided collection contains the provided value.
Maps each value of the provided sequence to a new type, using the provided delegate.
Sorts a sequence of values according to a key identified by the provided expression. Uses reflection to retrive sort-order keys.
Includes the provided item at the head of the provided sequence.