Summary
Create a disposable instance.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Util - Containing Type
- ActionDisposable
Syntax
public ActionDisposable(Action action)
Parameters
Name | Type | Description |
---|---|---|
action | Action | The action to call on disposal. |
Return Value
Type | Description |
---|---|
void |