Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Buffers.ArrayPool< T > Class Template Referenceabstract

Public Member Functions

T[] Rent (int minimumLength)
 
void Return (T[] array, bool clearArray=false)
 

Static Public Member Functions

static ArrayPool< TCreate ()
 
static ArrayPool< TCreate (int maxArrayLength, int maxArraysPerBucket)
 

Properties

static ArrayPool< TShared [get]
 

Static Private Attributes

static readonly TlsOverPerCoreLockedStacksArrayPool< Ts_shared = new TlsOverPerCoreLockedStacksArrayPool<T>()
 

Detailed Description

Definition at line 3 of file ArrayPool.cs.


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