Click or drag to resize

ComponentTypeCollectionCopyTo Method

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

[Missing <summary> documentation for "M:Umbrace.Unity.PurePool.ComponentTypeCollection.CopyTo(System.Type[],System.Int32)"]

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 void CopyTo(
	Type[] array,
	int arrayIndex
)

Parameters

array
Type: SystemType

[Missing <param name="array"/> documentation for "M:Umbrace.Unity.PurePool.ComponentTypeCollection.CopyTo(System.Type[],System.Int32)"]

arrayIndex
Type: SystemInt32

[Missing <param name="arrayIndex"/> documentation for "M:Umbrace.Unity.PurePool.ComponentTypeCollection.CopyTo(System.Type[],System.Int32)"]

Implements

ICollectionTCopyTo(T, Int32)
See Also