다음을 통해 공유


타임스탬프가 지정된<T> 생성자

타임스탬프가 있는 값을 생성합니다.

네임스페이스: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 네임스페이스