ArcFM Responder Mobile Developer Guide
IsNullOrEmpty Method (EnumerableExtensions)






Checks if a System.Collections.Generic.IEnumerable`1 is either null or contains no items
Overload List
OverloadDescription
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.  
Requirements

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

See Also

Reference

EnumerableExtensions Class
EnumerableExtensions Members

Send Feedback