NAnt SDK Documentation - v0.92

AssemblyAttributeCollection.Contains Method

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