C# 클래스 SeeingSharp.Util.DummyDisposable

Dummy class that implements IDisposable.
상속: IDisposable
파일 보기 프로젝트 열기: RolandKoenig/SeeingSharp2

공개 메소드들

메소드 설명
Dispose ( ) : void

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

DummyDisposable ( Action onDisposeAction ) : System

Initializes a new instance of the DummyDisposable class.

메소드 상세

Dispose() 공개 메소드

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

DummyDisposable() 공개 메소드

Initializes a new instance of the DummyDisposable class.
public DummyDisposable ( Action onDisposeAction ) : System
onDisposeAction Action The action to call on Dispose.
리턴 System