CompositeDisposable.IsReadOnly Property

Always returns false.

Namespace:  System.Reactive.Disposables
Assembly:  System.Reactive (in System.Reactive.dll)

Syntax

'Declaration
Public ReadOnly Property IsReadOnly As Boolean
    Get
'Usage
Dim instance As CompositeDisposable
Dim value As Boolean

value = instance.IsReadOnly
public bool IsReadOnly { get; }
public:
virtual property bool IsReadOnly {
    bool get () sealed;
}
abstract IsReadOnly : bool
override IsReadOnly : bool
final function get IsReadOnly () : boolean

Property Value

Type: System.Boolean
false in all cases.

Implements

ICollection<T>.IsReadOnly

See Also

Reference

CompositeDisposable Class

System.Reactive.Disposables Namespace