Click or drag to resize

CollectionUtil Class

Extension methods for Collections.
Inheritance Hierarchy
SystemObject
  Nova.UtilitiesCollectionUtil

Namespace:  Nova.Utilities
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static class CollectionUtil

The CollectionUtil type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAppendToT
Append an item to an existing enumerable, returning a new List.
Public methodStatic memberCompareListT
Compare the sizes and members of this List with another List.
Public methodStatic memberIsEmpty
Check if the specified collection is empty or null.
Public methodStatic memberNNCount
Get the count of the specified collection, or 0 if it's null.
Public methodStatic memberNotEmpty
Check if the specified collection is empty or null.
Top
See Also