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

NamespaceImportCollection.Contains Method 

[This is preliminary documentation and subject to change.]

Determines whether a NamespaceImport is in the collection.

[Visual Basic]
Public Function Contains( _
   ByVal value As NamespaceImport _
) As Boolean
[C#]
public bool Contains(
   NamespaceImport value
);

Parameters

value
The NamespaceImport to locate in the collection.

Return Value

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

Remarks

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

See Also

NamespaceImportCollection Class | NAnt.DotNet.Types Namespace