PooledList<T>.

ReleaseRange(int, int) Method

Summary

Puts a range of items back into the pool to be available for future use.
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
PooledList<T>

Syntax

public void ReleaseRange(int index, int count)

Parameters

Name Type Description
index int
count int

Return Value

Type Description
void