Class TimedEntry<T>
Inherited Members
Namespace: Coree.NETStandard.UnderConstruction
Assembly: Coree.NETStandard.dll
Syntax
public class TimedEntry<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
| Edit this page View SourceTimedEntry(T, DateTime)
Declaration
public TimedEntry(T value, DateTime recordedAt)
Parameters
| Type | Name | Description |
|---|---|---|
| T | value | |
| DateTime | recordedAt |
Properties
| Edit this page View SourceRecordedAt
Declaration
public DateTime RecordedAt { get; }
Property Value
| Type | Description |
|---|---|
| DateTime |
Value
Declaration
public T Value { get; }
Property Value
| Type | Description |
|---|---|
| T |