タイムスタンプ付き<T> コンストラクター

タイムスタンプ付きの値を構築します。

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

構文

'Declaration
Public Sub New ( _
    value As T, _
    timestamp As DateTimeOffset _
)
'Usage
Dim value As T
Dim timestamp As DateTimeOffset

Dim instance As New Timestamped(value, timestamp)
public Timestamped(
    T value,
    DateTimeOffset timestamp
)
public:
Timestamped(
    T value, 
    DateTimeOffset timestamp
)
new : 
        value:'T * 
        timestamp:DateTimeOffset -> Timestamped
public function Timestamped(
    value : T, 
    timestamp : DateTimeOffset
)

パラメーター


  • 種類: T
    値。

参照

リファレンス

タイムスタンプ付き<T> 構造体

System.Reactive 名前空間