Click or drag to resize

ComponentTypeCollection Constructor (ComponentTypeCollection)

[This is preliminary documentation and is subject to change.]

Initialises a new instance of the ComponentTypeCollection class.

Namespace:  Umbrace.Unity.PurePool
Assembly:  Umbrace.Unity.PurePool (in Umbrace.Unity.PurePool.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public ComponentTypeCollection(
	ComponentTypeCollection other
)

Parameters

other
Type: Umbrace.Unity.PurePoolComponentTypeCollection
The collection whose elements are copied to the new list.
See Also