C# Класс NetServ.Net.Json.Disposable

Defines a base for a class which implements the Disposable pattern. This class is abstract.
Наследование: System.MarshalByRefObject, IDisposable
Показать файл Открыть проект

Защищенные методы

Метод Описание
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