CollectionUtility class

Methods for manipulating collections.

public static class CollectionUtility

Public Members

name description
static AddIfNotNull<T>(…) Adds the specified value to the collection if the value is not null. (2 methods)
static AddRange<T>(…) Adds the sequence of items to the collection.

See Also