इसके माध्यम से साझा किया गया


ItemContainerGenerator.Recycle(GeneratorPosition, Int32) Method

Definition

Disassociates item containers from their data items and saves the containers so they can be reused later for other data items.

public:
 virtual void Recycle(GeneratorPosition position, int count) = Recycle;
void Recycle(GeneratorPosition const& position, int const& count);
public void Recycle(GeneratorPosition position, int count);
function recycle(position, count)
Public Sub Recycle (position As GeneratorPosition, count As Integer)

Parameters

position
GeneratorPosition

The zero-based index of the first element to reuse. position must refer to a previously generated (realized) item.

count
Int32

int

The number of elements to reuse, starting at position.

Applies to