Summary
Adds the specified key and value to the dictionary.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- Data
Type Base Dictionary
Syntax
public void Add(string key, DataTypeBase value)
Parameters
Name | Type | Description |
---|---|---|
key | string | The key of the element to add. |
value | DataTypeBase | The value of the element to add. |
Return Value
Type | Description |
---|---|
void |