IPropertyBag.

Set(string, object) Method

Summary

Sets the value for a key, removing any other values that are already in the property set.
Namespace
TCLite.Interfaces
Containing Type
IPropertyBag

Syntax

void Set(string key, object value)

Parameters

Name Type Description
key string
value object

Return Value

Type Description
void