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

NamespaceImportCollection.Remove Method 

[This is preliminary documentation and subject to change.]

Removes the specified NamespaceImport from the collection.

[Visual Basic]
Public Sub Remove( _
   ByVal value As NamespaceImport _
)
[C#]
public void Remove(
   NamespaceImport value
);

Parameters

value
The NamespaceImport to remove from the collection.

Remarks

Missing <remarks> documentation for M:NAnt.DotNet.Types.NamespaceImportCollection.Remove(NAnt.DotNet.Types.NamespaceImport)

See Also

NamespaceImportCollection Class | NAnt.DotNet.Types Namespace