IWeakReference<T> Interface

Represents type IWeakReference<T>.

Namespace: Spring
IInterface
  Spring.IWeakReference<T>
    Spring.TWeakReference<T>
type
 IWeakReference<T> = interface
 end;

Type Parameters

T

The IWeakReference<T> type exposes the following members.

Show:
 NameDescription
IsAlive

Represents property IsAlive.

Target

Represents property Target.

Top
Show:
 NameDescription
GetIsAlive

Represents method GetIsAlive.

GetTarget

Represents method GetTarget.

SetTarget(T)

Represents method SetTarget(T).

TryGetTarget(T)

Represents method TryGetTarget(T).

Top