CollectionUtil Class |
Namespace: Nova.Utilities
public static class CollectionUtil
The CollectionUtil type exposes the following members.
Name | Description | |
---|---|---|
AppendToT |
Append an item to an existing enumerable, returning a new List.
| |
CompareListT |
Compare the sizes and members of this List with another List.
| |
IsEmpty |
Check if the specified collection is empty or null.
| |
NNCount |
Get the count of the specified collection, or 0 if it's null.
| |
NotEmpty |
Check if the specified collection is empty or null.
|