Click or drag to resize
DigitalRuneNamedObjectCollectionTRemoveItem Method

Namespace: DigitalRune.Collections
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
protected override void RemoveItem(
	int index
)

Parameters

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