Removes an item from the Dictionary.

Namespace: System.Extensions.Windows.Forms
Assembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)

Syntax

C#
protected override void RemoveItem(
	int index
)
Visual Basic
Protected Overrides Sub RemoveItem ( 
	index As Integer
)
Visual C++
protected:
virtual void RemoveItem(
	int index
) override
F#
abstract RemoveItem : 
        index : int -> unit 
override RemoveItem : 
        index : int -> unit 

Parameters

index
Type: System..::..Int32
The position of the item to remove.

See Also