ArrayPool<T> Class
Namespace: Stride.Particles.Sorters
Assembly: Stride.Particles.dll
System.Object →
ArrayPool<T>
public class ArrayPool<T>
where T : struct
Type Parameters
|
Improve this Doc
View Source
Fields
Empty
public readonly T[] Empty
Field Value
|
Improve this Doc
View Source
Methods
Allocate(Int32)
public virtual T[] Allocate(int size)
Parameters
Type |
Name |
Description |
System.Int32 |
size |
|
Returns
Clear()
public virtual void Clear()
Free(T[])
public virtual void Free(T[] array)
Parameters
Type |
Name |
Description |
T[] |
array |
|
Extension Methods