Summary
Removes all entries for a key from the property set.
If the key is not found, no error occurs.
- Namespace
- TCLite
.Interfaces - Containing Type
- IPropertyBag
Syntax
void Remove(string key)
Parameters
Name | Type | Description |
---|---|---|
key | string | The key for which the entries are to be removed |
Return Value
Type | Description |
---|---|
void |