Click or drag to resize

CollectionUtil Methods

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