Initializes a new instance of the CADCollection<T> Generic class.

Name Description
CADCollection() Initializes a new instance of the CADCollection<T> Generic class.
CADCollection(IEnumerable<T>) Initializes a new instance of the CADCollection<T> Generic class that contains elements copied from the specified collection and has sufficient capacity to accommodate the number of elements copied.
CADCollection(int) Initializes a new instance of the CADCollection<T> Generic class that is empty and has the specified initial capacity.