NAnt SDK Documentation - v0.85-nightly-2005-11-09

LocationMap.Add Method 

[This is preliminary documentation and subject to change.]

Adds an XmlDocument to the map.

[Visual Basic]
Public Sub Add( _
   ByVal doc As XmlDocument _
)
[C#]
public void Add(
   XmlDocument doc
);

Parameters

doc
Missing <param> documentation for doc

Remarks

An XmlDocument can only be added to the map once.

See Also

LocationMap Class | NAnt.Core Namespace