ChangeData<TKey>.

ChangeData(TKey, Nullable<Instant>) Constructor

Summary

Initializes a new instance of the ChangeData<TKey> class.

Syntax

public ChangeData(TKey by, Nullable<Instant> at)

Attributes

Type Description
JsonConstructorAttribute

Parameters

Name Type Description
by TKey The by.
at Nullable<Instant> At.

Return Value

Type Description
void