取得單一單位值。
Namespace:System.Reactive
裝配: System.Reactive.dll) 中的 System.Reactive (
語法
'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
屬性值
類型: System.Reactive.Unit
單一單位值。