Timestamped<T> Operators
Include Protected Members
Include Inherited Members
The Timestamped<T> type exposes the following members.
Operators
NameDescriptionEqualityIndicates whether first and second arguments are equal.
InequalityIndicates whether first and second arguments are not equal.Top
See Also
Reference
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
value
Type: T
The value.timestamp
Type: System.DateTimeOffset
The timestamp.
See Also
Reference
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
NameDescriptionTimestamped
Properties
NameDescriptionTimestampGets the timestamp.
ValueGets the value.Top
Methods
NameDescriptionEqualsIndicates whether this instance and a specified object are equal. (Overrides ValueType.Equals(Object).)
Finalize(Inherited from Object.)
GetHashCodeReturns the hash code for this instance. (Overrides ValueType.GetHashCode().)
GetType(Inherited from Object.)
MemberwiseClone(Inherited from Object.)
ToStringReturns a string representation of this instance. (Overrides ValueType.ToString().)Top
Operators
NameDescriptionEqualityIndicates whether first and second arguments are equal.
InequalityIndicates 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
Timestamped<T> Properties
Include Protected Members
Include Inherited Members
The Timestamped<T> type exposes the following members.
Properties
NameDescriptionTimestampGets the timestamp.
ValueGets the value.Top
See Also
Reference
Timestamped<T> Methods
Include Protected Members
Include Inherited Members
The Timestamped<T> type exposes the following members.
Methods
NameDescriptionEqualsIndicates whether this instance and a specified object are equal. (Overrides ValueType.Equals(Object).)
Finalize(Inherited from Object.)
GetHashCodeReturns the hash code for this instance. (Overrides ValueType.GetHashCode().)
GetType(Inherited from Object.)
MemberwiseClone(Inherited from Object.)
ToStringReturns a string representation of this instance. (Overrides ValueType.ToString().)Top