Propriedade Unit.Default
Obtém o valor de unidade única.
Namespace:System.Reactive
Assembly: System.Reactive (em System.Reactive.dll)
Sintaxe
'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
Valor da propriedade
Tipo: System.Reactive.Unit
O valor de unidade única.