Partager via


IDictionary.Remove Method

Removes the item with the specified key from the IDictionary object.

Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)

Syntax

public void Remove (
         Object key
)

Parameters

  • key
    The key of the element to remove.

Version Information

Available in the .NET Micro Framework version 4.1 and 4.2.

See Also

Reference

IDictionary Interface
IDictionary Members
System.Collections Namespace