NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
PropertyDictionary.Add Method
[This is preliminary documentation and subject to change.]
Adds a property to the collection.
[Visual Basic]
Overridable Public Sub Add( _
ByVal
name As
String, _
ByVal
value As
String _
)
Parameters
-
name
- The name of the property.
-
value
- The value to assign to the property.
Remarks
Missing <remarks> documentation for M:NAnt.Core.PropertyDictionary.Add(System.String,System.String)
See Also
PropertyDictionary Class | NAnt.Core Namespace