Class HashDelta<TKey, TValue>
Namespace: Unity.Reflect.Actors
Syntax
public class HashDelta<TKey, TValue>
Type Parameters
| Name | Description |
|---|---|
| TKey | |
| TValue |
Fields
Added
Declaration
public Dictionary<TKey, TValue> Added
Field Value
| Type | Description |
|---|---|
| Dictionary<TKey, TValue> |
Changed
Declaration
public Dictionary<TKey, (TValue Prev, TValue Next)> Changed
Field Value
| Type | Description |
|---|---|
| Dictionary<TKey, (T1, T2)<TValue, TValue>> |
Removed
Declaration
public Dictionary<TKey, TValue> Removed
Field Value
| Type | Description |
|---|---|
| Dictionary<TKey, TValue> |