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

Package Functions

 MutationInput (SortedInt32KeyNode< HashBucket > root, Comparers comparers)
 
 MutationInput (ImmutableDictionary< TKey, TValue > map)
 

Properties

SortedInt32KeyNode< HashBucketRoot [get]
 
Comparers Comparers [get]
 
IEqualityComparer< TKey > KeyComparer [get]
 
IEqualityComparer< KeyValuePair< TKey, TValue > > KeyOnlyComparer [get]
 
IEqualityComparer< TValue > ValueComparer [get]
 
IEqualityComparer< HashBucketHashBucketComparer [get]
 

Private Attributes

readonly SortedInt32KeyNode< HashBucket_root
 
readonly Comparers _comparers
 

Detailed Description

Definition at line 890 of file ImmutableDictionary.cs.


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