PropertyDictionary.

Add(string, string) Method

Summary

Adds a property to the collection.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
PropertyDictionary

Syntax

public virtual void Add(string name, string value)

Parameters

Name Type Description
name string The name of the property.
value string The value to assign to the property.

Return Value

Type Description
void