Weak<T> Record
Represents type Weak<T>
.
The Weak<T> type exposes the following members.
Show:
Name | Description | |
---|---|---|
GetIsAlive | Represents method | |
GetTarget | Represents method | |
SetTarget(T) | Represents method | |
TryGetTarget(T) | Represents method |
Show:
Name | Description | |
---|---|---|
Equality(Weak<T>,T) | Overloaded. Represents operator op_Equality(Weak<T>,T). | |
Implicit(T to Weak<T>) | Overloaded. Represents a conversion operator. | |
Implicit(Weak<T> to T) | Overloaded. Represents a conversion operator. | |
Inequality(Weak<T>,T) | Overloaded. Represents operator op_Inequality(Weak<T>,T). |