Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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>