Collections
less than a minute
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.
Last modified January 14, 2023: 🔀 Merge pull request #27 from LNA-DEV/dev (c5bd3c9)