public bool Remove(
TKey key
)
Public Function Remove (
key As TKey
) As Boolean
public:
virtual bool Remove(
TKey key
) sealed
function Remove(key);
ArgumentNullException | key is null. |
NotSupportedException | The FileBackedDictionaryTKey, TValue is read-only. |