Collections

In this class are stored all ExtensionMethods based on collections.


Methods

1. IsNullOrEmpty

Checks if a IEnumerable is null or empty. It returns true if the IEnumerable is null or empty.

2. IsNotNullOrEmpty

Checks if a IEnumerable is null or empty. It returns false if the IEnumerable is null or empty.