Unit.Default, właściwość
Pobiera pojedynczą wartość jednostki.
Przestrzeń nazw:System.Reaktywna
Zestawu: System.Reaktywny (w System.Reactive.dll)
Składnia
'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
Wartość właściwości
Typ: System.Reactive.Unit
Pojedyncza wartość jednostki.