C# Class System.Web.WebPages.TestUtils.WebUtils.DisposableAction

Inheritance: IDisposable
Show file Open project: megadotnet/ironframework

Public Methods

Method Description
DisposableAction ( Action action ) : System.IO
Dispose ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

DisposableAction() public method

public DisposableAction ( Action action ) : System.IO
action Action
return System.IO

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void