CompositeDisposable.Remove Method

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

Syntax

'Declaration
Public Function Remove ( _
    disposable As IDisposable _
) As Boolean
public bool Remove(
    IDisposable disposable
)
public:
virtual bool Remove(
    IDisposable^ disposable
) sealed
abstract Remove : 
        disposable:IDisposable -> bool  
override Remove : 
        disposable:IDisposable -> bool

Parameters

Return Value

Type: System.Boolean

Implements

ICollection<T>.Remove(T)

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

CompositeDisposable Class

Microsoft.Phone.Reactive Namespace