CompilerWarningCollection.

Insert(int, CompilerWarning) Method

Summary

Inserts a NAnt.DotNet.Types.CompilerWarning into the collection at the specified index.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Types
Containing Type
CompilerWarningCollection

Syntax

public void Insert(int index, CompilerWarning item)

Parameters

Name Type Description
index int The zero-based index at which item should be inserted.
item CompilerWarning The NAnt.DotNet.Types.CompilerWarning to insert.

Return Value

Type Description
void