RefCountDisposable Constructor

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

Syntax

'Declaration
Public Sub New ( _
    underlyingDisposable As IDisposable _
)
public RefCountDisposable(
    IDisposable underlyingDisposable
)
public:
RefCountDisposable(
    IDisposable^ underlyingDisposable
)
new : 
        underlyingDisposable:IDisposable -> RefCountDisposable

Parameters

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

RefCountDisposable Class

Microsoft.Phone.Reactive Namespace