Table of Contents

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

T

The type of the value.

Inheritance
TWithDtCompare<T>
Implements
Inherited Members
Extension Methods

Properties

Dt

Gets or sets the DateTime associated with the value.

public DateTime Dt { get; set; }

Property Value

DateTime

Value

Gets or sets the value.

public T? Value { get; set; }

Property Value

T