Struct UsingEndAction
Invokes specified action (calls callback function) at the end of using(...) { ... }
.
Usually returned by functions. Example: opt.scope.mouse.
public struct UsingEndAction : IDisposable
Namespace: Au.Types
Assembly: Au.dll
Constructors
Name | Description |
---|---|
UsingEndAction(Action) | Sets action to be invoked when disposing this variable. |
Methods
Name | Description |
---|---|
Dispose() | Invokes the action if not |