The PoolableReference<(Of <(<'T>)>)> generic type exposes the following members.

Constructors

  Name Description
Public method PoolableReference<(Of <(<'T>)>)>()()()()
Initializes a new instance of the PoolableReference<(Of <(<'T>)>)> class with a null reference.
Public method PoolableReference<(Of <(<'T>)>)>(T)
Initializes a new instance of the PoolableReference<(Of <(<'T>)>)> class with the specified reference.
Public method PoolableReference<(Of <(<'T>)>)>(PoolableReference<(Of <<'(T>)>>))
Initializes a new instance of the PoolableReference<(Of <(<'T>)>)> class from a given PoolableReference<(Of <(<'T>)>)>.

Methods

  Name Description
Public method Get
Gets the reference to the script component, or null if the object was already destroyed or moved to the pool.
Public method Reset
Resets the reference to null.
Public method Set(T)
Public method Set(T, Boolean)
Sets the reference to a poolable object with the specified component.

See Also