Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Open
Core
DisposableBase
C# Class Open.Core.DisposableBase
Base class that implements the IDiposable pattern.
Inheritance:
INotifyDisposed
显示文件
Open project: philcockfield/Open.TestHarness.SL
Public Methods
Method
Description
Dispose
( ) :
void
Disposes of the object.
Protected Methods
Method
Description
OnDisposed
( ) :
void
Invoked when the model is disposed.
Private Methods
Method
Description
FireDisposed
( ) :
void
Method Details
Dispose()
public
method
Disposes of the object.
public
Dispose
( ) :
void
return
void
OnDisposed()
protected
method
Invoked when the model is disposed.
protected
OnDisposed
( ) :
void
return
void