|  | WeakFuncT, TResult Properties | 
The WeakFuncT, TResult generic type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | FuncReference | 
            Gets or sets a WeakReference to the target FuncTResult.
            (Inherited from WeakFuncTResult.) | 
|  | IsAlive | 
            Gets a value indicating whether the function's owner is still alive (not yet collected by the Garbage Collector).
            (Overrides WeakFuncTResultIsAlive.) | 
|  | Method | 
            Gets or sets the MethodInfo corresponding to this WeakFuncTResult.
            (Inherited from WeakFuncTResult.) | 
|  | Reference | 
            Gets or sets a WeakReference to the target of this WeakFuncTResult.
            (Inherited from WeakFuncTResult.) | 
 See Also
See Also