C# Class Deeply.Tests.Fakes.FakeConsole

FakeConsole class definition.
Inheritance: IDisposable
显示文件 Open project: jsnape/deeply Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

FakeConsole ( ) : System

Initializes a new instance of the FakeConsole class.

Method Details

Dispose() public method

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
return void

FakeConsole() public method

Initializes a new instance of the FakeConsole class.
public FakeConsole ( ) : System
return System