Click or drag to resize

PoolableReferenceT Constructor (T)

Namespace:  (Default Namespace)
Assembly:  AudioToolkit (in AudioToolkit.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax
C#
public PoolableReference(
	T componentOfPoolableObject
)

Parameters

componentOfPoolableObject
Type: T
The referenced component of the poolable object.
See Also