PooledList<T>.

ReleaseAt(int) Method

Summary

Puts an item back into the pool to be available for future use.
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
PooledList<T>

Syntax

public void ReleaseAt(int index)

Parameters

Name Type Description
index int

Return Value

Type Description
void