CompilerWarningCollection.

Remove(CompilerWarning) Method

Summary

Removes a member from the collection.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Types
Containing Type
CompilerWarningCollection

Syntax

public void Remove(CompilerWarning item)

Parameters

Name Type Description
item CompilerWarning The NAnt.DotNet.Types.CompilerWarning to remove from the collection.

Return Value

Type Description
void