Add support for allocator type in Dictionary
This commit is contained in:
@@ -111,7 +111,7 @@ public:
|
||||
|
||||
public:
|
||||
|
||||
typedef Dictionary<Guid, Guid> IdsMappingTable;
|
||||
typedef Dictionary<Guid, Guid, HeapAllocation> IdsMappingTable;
|
||||
|
||||
/// <summary>
|
||||
/// The objects lookup identifier mapping used to override the object ids on FindObject call (used by the object references deserialization).
|
||||
|
||||
Reference in New Issue
Block a user