|
Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
| MutationResult (MutationInput unchangedInput) | |
| MutationResult (SortedInt32KeyNode< HashBucket > root, int countAdjustment) | |
| ImmutableDictionary< TKey, TValue > | Finalize (ImmutableDictionary< TKey, TValue > priorMap) |
Properties | |
| SortedInt32KeyNode< HashBucket > | Root [get] |
| int | CountAdjustment [get] |
Private Attributes | |
| readonly SortedInt32KeyNode< HashBucket > | _root |
| readonly int | _countAdjustment |
Definition at line 921 of file ImmutableDictionary.cs.