| Method |
Description |
| Add |
Adds the specified HierarchyNode and value to the HierarchyNodeMapUnmanaged_1.
|
| AddNoResize |
Adds the specified HierarchyNode and value to the HierarchyNodeMapUnmanaged_1 without increasing capacity.
|
| Clear |
Removes all HierarchyNode and values from the HierarchyNodeMapUnmanaged_1.
|
| ContainsKey |
Determine whether or not the HierarchyNodeMapUnmanaged_1 contains the specified HierarchyNode.
|
| Dispose |
Dispose this object and release its memory.
|
| Remove |
Removes the value with the specified HierarchyNode from the HierarchyNodeMapUnmanaged_1.
|
| Reserve |
Reserve enough memory to contain the specified number of elements.
|
| TryAdd |
Attempts to add the specified HierarchyNode and value to the HierarchyNodeMapUnmanaged_1.
|
| TryAddNoResize |
Attempts to add the specified HierarchyNode and value to the HierarchyNodeMapUnmanaged_1 without increasing capacity.
|
| TryGetValue |
Gets the value associated with the specified HierarchyNode.
|