Method | Description | |
---|---|---|
AnonymousDisposable ( Action |
Initializes a new instance of the AnonymousDisposable class.
|
|
Dispose ( ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Dispose this AnonymousDisposable.
|
public AnonymousDisposable ( Action |
||
dispose | Action |
The dispose action. |
return | System |