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