IPropertyBag.

Remove(PropertyEntry) Method

Summary

Removes a specific PropertyEntry. If the entry is not found, no errr occurs.
Namespace
TCLite.Interfaces
Containing Type
IPropertyBag

Syntax

void Remove(PropertyEntry entry)

Parameters

Name Type Description
entry PropertyEntry The property entry to remove

Return Value

Type Description
void