C# Class NetServ.Net.Json.Disposable

Defines a base for a class which implements the Disposable pattern. This class is abstract.
Inheritance: System.MarshalByRefObject, IDisposable
Afficher le fichier Open project: appcelerator/entourage

Méthodes protégées

Méthode Description
CheckDisposed ( ) : void

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

Dispose ( bool disposing ) : void

Disposes of this instance.

Private Methods

Méthode Description
IDisposable ( ) : void

Method Details

CheckDisposed() protected méthode

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

Dispose() protected méthode

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.
Résultat void