Méthode | Description | |
---|---|---|
Clear ( ) : void | ||
WeakActionFast ( System.Action target, object &localStrongReference ) : System |
Creates a high speed weak action
|
Méthode | Description | |
---|---|---|
TryInvoke ( ) : bool |
public WeakActionFast ( System.Action target, object &localStrongReference ) : System | ||
target | System.Action | the callback |
localStrongReference | object | a strong reference that must be /// maintained in the class that is the target of the action |
Résultat | System |