Removes DictionaryItem item from the collection at a specified index.

Namespace:  C1.Win.C1Spell
Assembly:  C1.Win.C1Spell.2 (in C1.Win.C1Spell.2.dll)

Syntax

C#
public void Remove(
	int index
)
Visual Basic (Declaration)
Public Sub Remove ( _
	index As Integer _
)

Parameters

index
Type: System..::.Int32
Index of the item to remove.

See Also