Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Buffers.ConfigurableArrayPool< T >.Bucket Class Referencesealed

Package Functions

 Bucket (int bufferLength, int numberOfBuffers, int poolId)
 
T[] Rent ()
 
void Return (T[] array)
 

Package Attributes

readonly int _bufferLength
 

Properties

int Id [get]
 

Private Attributes

readonly T[][] _buffers
 
readonly int _poolId
 
SpinLock _lock
 
int _index
 

Detailed Description

Definition at line 8 of file ConfigurableArrayPool.cs.


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