Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: bool Remove(string)

Declaration

public override bool Remove(
    string key
)

Summary

Removes the entry with the specified key from the dictionary.

Parameters

stringkey The key that identifies the entry to remove.

Returns

True if an entry was removed; false if the key wasn’t in the dictionary.