Disposable.Empty Property

Namespace:  Microsoft.Phone.Reactive
Assembly:  Microsoft.Phone.Reactive (in Microsoft.Phone.Reactive.dll)

Syntax

'Declaration
Public Shared ReadOnly Property Empty As IDisposable
public static IDisposable Empty { get; }
public:
static property IDisposable^ Empty {
    IDisposable^ get ();
}
static member Empty : IDisposable with get

Property Value

Type: System.IDisposable

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

Disposable Class

Microsoft.Phone.Reactive Namespace