Click or drag to resize

ComponentTypeCollectionInsert Method

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

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

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 Insert(
	int index,
	Type item
)

Parameters

index
Type: SystemInt32

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

item
Type: SystemType

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

Implements

IListTInsert(Int32, T)
See Also