Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Uno
NullDisposable
C# Class Uno.NullDisposable
An empty implementation of the IDisposable class.
Inheritance:
IDisposable
Show file
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 static property
Provider for a instance of the NullDisposable
public
static
IDisposable
Instance
return
IDisposable