Class TWithDtCompare<T>
- Namespace
- SunamoCompare._public.SunamoInterfaces.Data
- Assembly
- SunamoCompare.dll
Represents a value of type T with an associated DateTime.
public class TWithDtCompare<T> : ITWithDt<T>
Type Parameters
TThe type of the value.
- Inheritance
-
TWithDtCompare<T>
- Implements
-
ITWithDt<T>
- Inherited Members
- Extension Methods
Properties
Dt
Gets or sets the DateTime associated with the value.
public DateTime Dt { get; set; }
Property Value
Value
Gets or sets the value.
public T? Value { get; set; }
Property Value
- T