Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Uno
NullDisposable
C# Class Uno.NullDisposable
An empty implementation of the IDisposable class.
Inheritance:
IDisposable
ファイルを表示
Open project: unoplatform/uno
Public Properties
Property
Type
Description
Instance
IDisposable
Public Methods
Method
Description
Dispose
( ) :
void
See IDisposable.
Private Methods
Method
Description
NullDisposable
( ) :
System
Private constructor, use Instance.
Method Details
Dispose()
public
method
See IDisposable.
public
Dispose
( ) :
void
return
void
Property Details
Instance
public_oe static_oe property
Provider for a instance of the NullDisposable
public
static
IDisposable
Instance
return
IDisposable