NAnt SDK Documentation - v0.92

AssemblyAttributeCollection.Contains Method (String)

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

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

Parameters

value
The argument value to locate in the collection.

Return Value

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

See Also

AssemblyAttributeCollection Class | NAnt.DotNet.Types Namespace | AssemblyAttributeCollection.Contains Overload List