The recording of the first ever ReactiveUI virtual conference is available on our YouTube Channel.

Timestamped<T> Operators

Timestamped<T> Operators

Include Protected Members
Include Inherited Members

The Timestamped<T> type exposes the following members.

Operators

NameDescriptionPublic operatorStatic memberEqualityIndicates whether first and second arguments are equal.Public operatorStatic memberInequalityIndicates whether first and second arguments are not equal.Top

See Also

Reference

Timestamped<T> Structure

System.Reactive Namespace

Timestamped<T> Constructor

Constructs a timestamped value.

Namespace:  System.Reactive
Assembly:  System.Reactive (in System.Reactive.dll)

Syntax

'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
)

Parameters

See Also

Reference

Timestamped<T> Structure

System.Reactive Namespace

Timestamped<T> Structure

Represents a timestamped value.

Namespace:  System.Reactive
Assembly:  System.Reactive (in System.Reactive.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Structure Timestamped(Of T)
'Usage
Dim instance As Timestamped(Of T)
[SerializableAttribute]
public struct Timestamped<T>
[SerializableAttribute]
generic<typename T>
public value class Timestamped
[<SealedAttribute>]
[<SerializableAttribute>]
type Timestamped<'T> =  struct end
JScript does not support generic types and methods.

Type Parameters

  • T
    The timestamped argument type.

The Timestamped<T> type exposes the following members.

Constructors

NameDescriptionPublic methodTimestampedConstructs a timestamped value.Top

Properties

NameDescriptionPublic propertyTimestampGets the timestamp.Public propertyValueGets the value.Top

Methods

NameDescriptionPublic methodEqualsIndicates whether this instance and a specified object are equal. (Overrides ValueType.Equals(Object).)Protected methodFinalize(Inherited from Object.)Public methodGetHashCodeReturns the hash code for this instance. (Overrides ValueType.GetHashCode().)Public methodGetType(Inherited from Object.)Protected methodMemberwiseClone(Inherited from Object.)Public methodToStringReturns a string representation of this instance. (Overrides ValueType.ToString().)Top

Operators

NameDescriptionPublic operatorStatic memberEqualityIndicates whether first and second arguments are equal.Public operatorStatic memberInequalityIndicates whether first and second arguments are not equal.Top

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

System.Reactive Namespace

Timestamped<T> Properties

Include Protected Members
Include Inherited Members

The Timestamped<T> type exposes the following members.

Properties

NameDescriptionPublic propertyTimestampGets the timestamp.Public propertyValueGets the value.Top

See Also

Reference

Timestamped<T> Structure

System.Reactive Namespace

Timestamped<T> Methods

Include Protected Members
Include Inherited Members

The Timestamped<T> type exposes the following members.

Methods

NameDescriptionPublic methodEqualsIndicates whether this instance and a specified object are equal. (Overrides ValueType.Equals(Object).)Protected methodFinalize(Inherited from Object.)Public methodGetHashCodeReturns the hash code for this instance. (Overrides ValueType.GetHashCode().)Public methodGetType(Inherited from Object.)Protected methodMemberwiseClone(Inherited from Object.)Public methodToStringReturns a string representation of this instance. (Overrides ValueType.ToString().)Top

See Also

Reference

Timestamped<T> Structure

System.Reactive Namespace