DictionaryDiff<TKey,TValue>
public class DictionaryDiff<TKey, TValue>
Namespace
Constructors
DictionaryDiff<TKey,TValue>
The default constructor.
public DictionaryDiff()
Properties
Added
public Dictionary<TKey, TValue> Added { get; set; }
Removed
public Dictionary<TKey, TValue> Removed { get; set; }
Unchanged
public Dictionary<TKey, TValue> Unchanged { get; set; }
Updated
public Dictionary<TKey, TValue> Updated { get; set; }