IPropertyBag.

Remove(string, object) Method

Summary

Removes a single entry if present. If not found, no error occurs.
Namespace
TCLite.Interfaces
Containing Type
IPropertyBag

Syntax

void Remove(string key, object value)

Parameters

Name Type Description
key string
value object

Return Value

Type Description
void