Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Collections.Immutable.ImmutableDictionary< TKey, TValue >.MutationResult Struct Reference

Package Functions

 MutationResult (MutationInput unchangedInput)
 
 MutationResult (SortedInt32KeyNode< HashBucket > root, int countAdjustment)
 
ImmutableDictionary< TKey, TValue > Finalize (ImmutableDictionary< TKey, TValue > priorMap)
 

Properties

SortedInt32KeyNode< HashBucketRoot [get]
 
int CountAdjustment [get]
 

Private Attributes

readonly SortedInt32KeyNode< HashBucket_root
 
readonly int _countAdjustment
 

Detailed Description

Definition at line 921 of file ImmutableDictionary.cs.


The documentation for this struct was generated from the following file: