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.
Gets the single unit value.
Namespace: System.Reactive
Assembly: System.Reactive (in System.Reactive.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Default As Unit
Get
'Usage
Dim value As Unit
value = Unit.Default
public static Unit Default { get; }
public:
static property Unit Default {
Unit get ();
}
static member Default : Unit
static function get Default () : Unit
Property Value
Type: System.Reactive.Unit
The single unit value.