ItemContainerGenerator.Remove(GeneratorPosition, Int32) Method

Definition

Removes one or more generated (realized) items.

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

Parameters

position
GeneratorPosition

The index of the element to remove. position must refer to a previously generated (realized) item, which means its offset must be zero.

count
Int32

int

The number of elements to remove, starting at position.

Applies to