Compartir a través de


Timestamped<T> (Constructor)

Espacio de nombres:  Microsoft.Phone.Reactive
Ensamblado:  Microsoft.Phone.Reactive (en Microsoft.Phone.Reactive.dll)

Sintaxis

'Declaración
Public Sub New ( _
    value As T, _
    timestamp As DateTimeOffset _
)
public Timestamped(
    T value,
    DateTimeOffset timestamp
)
public:
Timestamped(
    T value, 
    DateTimeOffset timestamp
)
new : 
        value:'T * 
        timestamp:DateTimeOffset -> Timestamped

Parámetros

  • value
    Tipo: T

Información de versión

.NET para aplicaciones de Windows Phone

Compatible con: Windows Phone 8, Silverlight 8.1

Seguridad de .NET Framework

Vea también

Referencia

Timestamped<T> Estructura

Microsoft.Phone.Reactive (Espacio de nombres)