Summary
Adds an element with the provided key and value to the
System.Collections.IDictionary object.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- Framework
Info Dictionary
Syntax
public void Add(string key, FrameworkInfo value)
Parameters
| Name | Type | Description |
|---|---|---|
| key | string | The System.Object to use as the key of the element to add. |
| value | FrameworkInfo | The System.Object to use as the value of the element to add. |
Return Value
| Type | Description |
|---|---|
| void |
