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

CompilerWarningCollection.Contains Method 

[This is preliminary documentation and subject to change.]

Determines whether a CompilerWarning is in the collection.

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

Parameters

item
The CompilerWarning to locate in the collection.

Return Value

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

Remarks

Missing <remarks> documentation for M:NAnt.DotNet.Types.CompilerWarningCollection.Contains(NAnt.DotNet.Types.CompilerWarning)

See Also

CompilerWarningCollection Class | NAnt.DotNet.Types Namespace