C# Class Uno.NullDisposable

An empty implementation of the IDisposable class.
Inheritance: IDisposable
Mostra 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_oe static_oe property

Provider for a instance of the NullDisposable
public static IDisposable Instance
return IDisposable