NAnt SDK Documentation - v0.92

CompilerWarningCollection.Remove Method 

Removes a member from the collection.

[Visual Basic]
Public Sub Remove( _
   ByVal item As CompilerWarning _
)
[C#]
public void Remove(
   CompilerWarning item
);

Parameters

item
The CompilerWarning to remove from the collection.

See Also

CompilerWarningCollection Class | NAnt.DotNet.Types Namespace