C# Class NoxMsgConsole.Util.BitcoinSerializableExtensions.Scope

Inheritance: IDisposable
Show file Open project: cybergibbons/bitfi_09072019

Public Methods

Method Description
Dispose ( ) : void
Scope ( Action open, Action close ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Scope() public method

public Scope ( Action open, Action close ) : System
open Action
close Action
return System