C# Class Aspectacular.Test.SomeTestDisposable

Inheritance: IDisposable
Datei anzeigen Open project: vgribok/Aspectacular

Public Methods

Method Description
Dispose ( ) : void
Echo ( string input ) : string
SomeTestDisposable ( ) : System
SomeTestDisposable ( bool isOpened ) : System

Private Methods

Method Description
Close ( ) : void
Open ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Echo() public method

public Echo ( string input ) : string
input string
return string

SomeTestDisposable() public method

public SomeTestDisposable ( ) : System
return System

SomeTestDisposable() public method

public SomeTestDisposable ( bool isOpened ) : System
isOpened bool
return System