TManaged<T> Class

Represents type TManaged<T>.

Namespace: Spring
TInterfacedObject
  Spring.TManaged<T>
type
 TManaged<T> = class(TInterfacedObject, IManaged<T>)
 end;

Type Parameters

T

The TManaged<T> type exposes the following members.

Show:
 NameDescription
Create

Overloaded. Initializes a new instance of the TManaged<T> class.

Create(T)

Overloaded. Initializes a new instance of the TManaged<T> class.

Destroy

Represents the destructor of the TManaged<T> class.

Top
Show:
 NameDescription
Invoke

Represents method Invoke.

Top
Show:
 NameDescription
fValue

Represents field fValue.

Top