NetXP 3.0 Reference

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
[C#]
public static bool IsNull(
   ICollection col
);

Parameters

col
Collection

Return Value

True if null, False if not.

See Also

Utility Class | NETXP.Library Namespace | Utility.IsNull Overload List