Unit.Default Property

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.

See Also

Reference

Unit Structure

System.Reactive Namespace