Utility.IsNull Method (ICollection)
Verifies if a collection is null or empty.
[Visual Basic]Overloads Public Shared Function IsNull( _
ByVal
col As
ICollection _
) As
Boolean Parameters
- col
- Collection
Return Value
True if null, False if not.
See Also
Utility Class | NETXP.Library Namespace | Utility.IsNull Overload List