C# Class Microsoft.AspNetCore.Razor.Utils.DisposableAction

Inheritance: IDisposable
Exibir arquivo Open project: lodejard/AllNetCore

Public Methods

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

Method Details

DisposableAction() public method

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

Dispose() public method

public Dispose ( ) : void
return void