Method Add
Add(String, Object)
Adds a new node if
key
already exists,
otherwise replaces its value.
This method always returns true.
Declaration
public virtual bool Add(string key, object value)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | |
System.Object | value |
Returns
Type | Description |
---|---|
System.Boolean |