C# Class Aspectacular.Test.SomeTestDisposable

Inheritance: IDisposable
Afficher le fichier Open project: vgribok/Aspectacular

Méthodes publiques

Méthode Description
Dispose ( ) : void
Echo ( string input ) : string
SomeTestDisposable ( ) : System
SomeTestDisposable ( bool isOpened ) : System

Private Methods

Méthode Description
Close ( ) : void
Open ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Echo() public méthode

public Echo ( string input ) : string
input string
Résultat string

SomeTestDisposable() public méthode

public SomeTestDisposable ( ) : System
Résultat System

SomeTestDisposable() public méthode

public SomeTestDisposable ( bool isOpened ) : System
isOpened bool
Résultat System