Click or drag to resize

ComponentTypeCollectionRemove Method

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

[Missing <summary> documentation for "M:Umbrace.Unity.PurePool.ComponentTypeCollection.Remove(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 bool Remove(
	Type item
)

Parameters

item
Type: SystemType

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Umbrace.Unity.PurePool.ComponentTypeCollection.Remove(System.Type)"]

Implements

ICollectionTRemove(T)
See Also