DataTypeBaseDictionary.

Add(string, DataTypeBase) Method

Summary

Adds the specified key and value to the dictionary.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
DataTypeBaseDictionary

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