Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Reflection.Internal.ObjectPool< T > Class Template Referencesealed

Classes

struct  Element
 

Package Functions

 ObjectPool (Func< T > factory)
 
 ObjectPool (Func< T > factory, int size)
 
T Allocate ()
 
void Free (T obj)
 

Private Member Functions

T CreateInstance ()
 

Private Attributes

readonly Element[] _items
 
readonly Func< T_factory
 

Detailed Description

Type Constraints
T :class 

Definition at line 5 of file ObjectPool.cs.


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