|
Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
| MutationResult (SortedInt32KeyNode< HashBucket > root, int count, CountType countType=CountType.Adjustment) | |
| ImmutableHashSet< T > | Finalize (ImmutableHashSet< T > priorSet) |
Properties | |
| SortedInt32KeyNode< HashBucket > | Root [get] |
| int | Count [get] |
| CountType | CountType [get] |
Private Attributes | |
| readonly SortedInt32KeyNode< HashBucket > | _root |
| readonly int | _count |
| readonly CountType | _countType |
Definition at line 625 of file ImmutableHashSet.cs.