NamespaceImportCollection.

Contains(NamespaceImport) Method

Summary

Determines whether a NAnt.DotNet.Types.NamespaceImport is in the collection.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Types
Containing Type
NamespaceImportCollection

Syntax

public bool Contains(NamespaceImport value)

Parameters

Name Type Description
value NamespaceImport The NAnt.DotNet.Types.NamespaceImport to locate in the collection.

Return Value

Type Description
bool true if value is found in the collection; otherwise, false.