Click or drag to resize

TypeHelperFindPoolableComponents Method

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

Gets the components that implement IPoolable for the specified componentType.

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 static IEnumerable<Type> FindPoolableComponents(
	Type componentType
)

Parameters

componentType
Type: SystemType
The type whose IPoolable components should be found.

Return Value

Type: IEnumerableType
A collection of component types that implement IPoolable, and require a componentType component.
See Also