Disposable Class

Provides a set of static methods for creating Disposables.

Namespace: SharpKit.Rx

Base Types

System.Object

Constructors

Name Description
Disposable()

Methods

Name Description
Create(Action) Creates the disposable that invokes dispose when disposed.

Properties

Name Description
Empty Represents the disposable that does nothing when disposed.
© Copyright 2005-2011 SharpKit. All rights reserved.