NamespaceImportCollection.

Remove(NamespaceImport) Method

Summary

Removes the specified NAnt.DotNet.Types.NamespaceImport from the collection.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Types
Containing Type
NamespaceImportCollection

Syntax

public void Remove(NamespaceImport value)

Parameters

Name Type Description
value NamespaceImport The NAnt.DotNet.Types.NamespaceImport to remove from the collection.

Return Value

Type Description
void