获取单个单位值。
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
单个单位值。