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