Can be used to build an event that binds the clients weak.
Credits and further info: Albahari, Joseph and Ben, C# 6.0 in a Nutshell - The definitive reference.
Constructor | Description |
Full Usage:
WeakDelegate()
|
|
Instance member | Description |
Full Usage:
this.Combine
Parameters:
'TDelegate
|
|
Full Usage:
this.Remove
Parameters:
'TDelegate
|
|
Full Usage:
this.Target
|
Gets or sets the target. Gets all delegates that are still alive (and removes the dead targets by the way). If set, it removes the present targets and replaces them with the provided target(s). |