The CollectionUtilities type exposes the following members.

Methods

  NameDescription
AddDefaultValueEntry
Adds an entry to a collection. The new entry is a new instance of the collection value type (constructed using the default constructor), or null for reference types with no default constructor.
Append<(Of <(TCollection, TAppend>)>)
Appends a set of items to a collection.
CanAddToCollection
Determines whether a collection can be added to using the AddDefaultValueEntry(Object) method.
CanRemoveFromCollection
Determines whether elements can be removed from a collection.

See Also