OldNewPair<TItem> constructor
namespace: Serenity.Data assembly: Serenity.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
- class TItem
- struct OldNewPair<TItem>