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

◆ ImmutableList() [2/2]

Definition at line 1658 of file ImmutableList.cs.

1659 {
1660 Requires.NotNull(root, "root");
1661 root.Freeze();
1662 _root = root;
1663 }

References System.Collections.Immutable.ImmutableList< T >._root, and System.Collections.Immutable.ImmutableList< T >.Node.Freeze().