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

Public Member Functions

void TryAdd (TCaller caller, SecurePooledObject< T > item)
 
bool TryTake (TCaller caller, out SecurePooledObject< T >? item)
 
SecurePooledObject< TPrepNew (TCaller caller, T newValue)
 

Static Package Functions

static int NewId ()
 

Static Package Attributes

const int UnassignedId = -1
 

Static Private Attributes

static int s_poolUserIdCounter
 

Detailed Description

Type Constraints
TCaller :ISecurePooledObjectUser 

Definition at line 22 of file SecureObjectPool.cs.


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