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

AssemblyAttributeCollection.Contains Method

[This is preliminary documentation and subject to change.]

Determines whether a AssemblyAttribute is in the collection.

Overload List

Determines whether a AssemblyAttribute is in the collection.

public bool Contains(AssemblyAttribute);

Determines whether a AssemblyAttribute with the specified value is in the collection.

public bool Contains(string);

See Also

AssemblyAttributeCollection Class | NAnt.DotNet.Types Namespace