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

◆ SecurePooledObject()

Definition at line 24 of file SecurePooledObject.cs.

25 {
26 Requires.NotNullAllowStructs(newValue, "newValue");
27 _value = newValue;
28 }

References System.Collections.Immutable.SecurePooledObject< T >._value.