Timestamped<T> Structure

Namespace:  Microsoft.Phone.Reactive
Assembly:  Microsoft.Phone.Reactive (in Microsoft.Phone.Reactive.dll)

Syntax

'Declaration
Public Structure Timestamped(Of T)
public struct Timestamped<T>
generic<typename T>
public value class Timestamped
[<Sealed>]
type Timestamped<'T> =  struct end

Type Parameters

  • T

The Timestamped<T> type exposes the following members.

Constructors

  Name Description
Public method Timestamped<T>

Top

Properties

  Name Description
Public property Timestamp
Public property Value

Top

Methods

  Name Description
Public method Equals (Overrides ValueType.Equals(Object).)
Public method GetHashCode (Overrides ValueType.GetHashCode().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString (Overrides ValueType.ToString().)

Top

Operators

  Name Description
Public operatorStatic member Equality
Public operatorStatic member Inequality

Top

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Phone.Reactive Namespace