Table of Contents

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

T

The type of the value.

Extension Methods

Properties

Dt

Gets or sets the DateTime associated with the value.

DateTime Dt { get; set; }

Property Value

DateTime

Value

Gets or sets the value.

T? Value { get; set; }

Property Value

T