ItemContainerGenerator.Recycle(GeneratorPosition, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.