Miner.Responder.Shared.Extensions Namespace > EnumerableExtensions Class : IsNullOrEmpty Method |
Overload | Description |
---|---|
IsNullOrEmpty<T>(IEnumerable<T>) | Checks if a System.Collections.Generic.IEnumerable`1 is either null or contains no items |
IsNullOrEmpty(IEnumerable) | Checks if a System.Collections.IEnumerable is either null or contains no items |
IsNullOrEmpty<TK,TV>(IDictionary<TK,TV>) | see if the collection is null or has 0 items. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2