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

◆ Use< TCaller >()

T System.Collections.Immutable.SecurePooledObject< T >.Use< TCaller > ( ref TCaller caller)
inlinepackage
Type Constraints
TCaller :struct 
TCaller :ISecurePooledObjectUser 

Definition at line 30 of file SecurePooledObject.cs.

30 : struct, ISecurePooledObjectUser
31 {
32 if (!IsOwned(ref caller))
33 {
34 Requires.FailObjectDisposed(caller);
35 }
36 return _value;
37 }

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