The recording of the first ever ReactiveUI virtual conference is available on our YouTube Channel.

NullErrorObservable<T>.Instance Field

NullErrorObservable<T>.Instance Field

Namespace:  ReactiveTests
Assembly:  Tests.System.Reactive (in Tests.System.Reactive.dll)

Syntax

'Declaration
Public Shared Instance As NullErrorObservable(Of T)
'Usage
Dim value As NullErrorObservable(Of T)

value = NullErrorObservable.Instance

NullErrorObservable.Instance = value
public static NullErrorObservable<T> Instance
public:
static NullErrorObservable<T>^ Instance
static val mutable Instance: NullErrorObservable<'T>
public static var Instance : NullErrorObservable<T>

See Also

Reference

NullErrorObservable<T> Class

ReactiveTests Namespace