Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
PrepNew()
SecurePooledObject
<
T
>
System.Collections.Immutable.SecureObjectPool
<
T
, TCaller >.PrepNew
(
TCaller
caller
,
T
newValue
)
inline
Definition at line
44
of file
SecureObjectPool.cs
.
45
{
46
Requires.NotNullAllowStructs(newValue,
"newValue"
);
47
SecurePooledObject<T> securePooledObject =
new
SecurePooledObject<T>(newValue);
48
securePooledObject.Owner = caller.PoolUserId;
49
return
securePooledObject;
50
}
System
Collections
Immutable
SecureObjectPool
Generated by
1.10.0