OldNewPair<TItem> constructor

namespace: Serenity.Data   assemblySerenity.Net.Services

A pair of old new values

public OldNewPair(TItem o, TItem n)
parameter description
TItem The type of the item.
o The o.
n The n.

Remarks

Initializes a new instance of the OldNewPair struct.

See Also