AssemblyAttributeCollection.

Contains(AssemblyAttribute) Method

Summary

Determines whether a NAnt.DotNet.Types.AssemblyAttribute is in the collection.

Syntax

public bool Contains(AssemblyAttribute item)

Parameters

Name Type Description
item AssemblyAttribute The NAnt.DotNet.Types.AssemblyAttribute to locate in the collection.

Return Value

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