Click or drag to resize
DigitalRuneVisualChildCollectionRemoveItem Method
Removes the element at the specified index of the collection.

Namespace: DigitalRune.Game.UI.Controls
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
protected override void RemoveItem(
	int index
)

Parameters

index
Type: SystemInt32
The zero-based index of the element to remove.
See Also