C# 클래스 NetServ.Net.Json.Disposable

Defines a base for a class which implements the Disposable pattern. This class is abstract.
상속: System.MarshalByRefObject, IDisposable
파일 보기 프로젝트 열기: appcelerator/entourage

보호된 메소드들

메소드 설명
CheckDisposed ( ) : void

Helper method to throw a System.ObjectDisposedException if this instance has been disposed of.

Dispose ( bool disposing ) : void

Disposes of this instance.

비공개 메소드들

메소드 설명
IDisposable ( ) : void

메소드 상세

CheckDisposed() 보호된 메소드

Helper method to throw a System.ObjectDisposedException if this instance has been disposed of.
protected CheckDisposed ( ) : void
리턴 void

Dispose() 보호된 메소드

Disposes of this instance.
protected Dispose ( bool disposing ) : void
disposing bool True if being called explicitly, otherwise; false /// to indicate being called implicitly by the GC.
리턴 void