NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
NamespaceImportCollection.Add Method
[This is preliminary documentation and subject to change.]
Adds a NamespaceImport to the end of the collection.
[Visual Basic]
<BuildElement(Name:="import", Required:=False, ProcessXml:=True)>
Public Function Add( _
ByVal
value As
NamespaceImport _
) As
Integer
[C#]
[BuildElement(Name="import", Required=False, ProcessXml=True)]
public
int Add(
NamespaceImport value);
Parameters
-
value
- The NamespaceImport to be added to the end of the collection.
Return Value
The position into which the new item was inserted.
Remarks
Missing <remarks> documentation for M:NAnt.DotNet.Types.NamespaceImportCollection.Add(NAnt.DotNet.Types.NamespaceImport)
See Also
NamespaceImportCollection Class | NAnt.DotNet.Types Namespace