Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Freeze()

void System.Collections.Immutable.ImmutableHashSet< T >.HashBucket.Freeze ( )
inlinepackage

Definition at line 570 of file ImmutableHashSet.cs.

571 {
572 if (_additionalElements != null)
573 {
574 _additionalElements.Freeze();
575 }
576 }

References System.Collections.Immutable.ImmutableHashSet< T >.HashBucket._additionalElements.