Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Collections.Immutable.SecurePooledObject< T > Class Template Referencesealed

Package Functions

 SecurePooledObject (T newValue)
 
T Use< TCaller > (ref TCaller caller)
 
bool TryUse< TCaller > (ref TCaller caller, [MaybeNullWhen(false)] out T value)
 
bool IsOwned< TCaller > (ref TCaller caller)
 

Properties

int Owner [get, set]
 

Private Attributes

readonly T _value
 
int _owner
 

Detailed Description

Definition at line 6 of file SecurePooledObject.cs.


The documentation for this class was generated from the following file: