| CollectionUtilsIsNullOrEmpty Method (IEnumerable) | 
            Checks whether raw (non-typed) collection passed as an argument is null or has no elements.
            
 
Namespace: PDTec.IceNet.Sdk.UtilsAssembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic static bool IsNullOrEmpty(
	IEnumerable enumerable
)
Parameters
- enumerable
 - Type: System.CollectionsIEnumerable
Collection to be tested. 
Return Value
Type: 
Booleantrue when collection is null or empty. 
fasle when it contains any elements.
See Also