Unit.Default プロパティ

単一の単位値を取得します。

Namespace:System.Reactive
アセンブリ: System.Reactive (System.Reactive.dll)

構文

'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
単一の単位値。

参照

リファレンス

単位構造

System.Reactive 名前空間