C# 클래스 Aspectacular.Test.SomeTestDisposable

상속: IDisposable
파일 보기 프로젝트 열기: vgribok/Aspectacular

공개 메소드들

메소드 설명
Dispose ( ) : void
Echo ( string input ) : string
SomeTestDisposable ( ) : System
SomeTestDisposable ( bool isOpened ) : System

비공개 메소드들

메소드 설명
Close ( ) : void
Open ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Echo() 공개 메소드

public Echo ( string input ) : string
input string
리턴 string

SomeTestDisposable() 공개 메소드

public SomeTestDisposable ( ) : System
리턴 System

SomeTestDisposable() 공개 메소드

public SomeTestDisposable ( bool isOpened ) : System
isOpened bool
리턴 System