Class TimeRecord<TKey>
A key value pair storing time stamp for a record.
Inheritance
System.Object
TimeRecord<TKey>
Namespace: Telerik.CallHome.Debouncing
Assembly: Telerik.Windows.Controls.dll
Syntax
public class TimeRecord<TKey> : Object
Type Parameters
TKey
The type of the key associated with the timestamp. |
Constructors
TimeRecord()
Initializes a new instance.
Declaration
public TimeRecord()
Fields
Key
The key.
Declaration
public TKey Key
Field Value
TKey
|
Value
The timestamp.
Declaration
public DateTime Value
Field Value
System.DateTime
|