This documentation is for the old version. Go to the latest Graphics Mill docs

Collection<T> Constructor

Creates and initializes an instance of the Collection<T> class.

Overload List

Name Description
Public method Collection<T>()

Creates and initializes an instance of the Collection<T> class.

Public method Collection<T>(Int32)

Creates and initializes an instance of the Collection<T> class with the specified initial capacity.

See Also

Reference