Interface ITWithDt<T>
- Namespace
- SunamoCompare._public.SunamoInterfaces.Interfaces
- Assembly
- SunamoCompare.dll
Defines a value of type T with an associated DateTime.
public interface ITWithDt<T>
Type Parameters
TThe type of the value.
- Extension Methods
Properties
Dt
Gets or sets the DateTime associated with the value.
DateTime Dt { get; set; }
Property Value
Value
Gets or sets the value.
T? Value { get; set; }
Property Value
- T