ArcFM Engine Developer Guide
IsNullOrEmpty Method (EnumerableExtensions)


Checks if a IEnumerable is either null or contains no items
Overload List
OverloadDescription
IsNullOrEmpty<T>(IEnumerable<T>)Checks if a IEnumerable 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 XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

EnumerableExtensions Class
EnumerableExtensions Members

 

 


Send Comment