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

CompilerWarningCollection.Insert Method 

[This is preliminary documentation and subject to change.]

Inserts a CompilerWarning into the collection at the specified index.

[Visual Basic]
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal item As CompilerWarning _
)
[C#]
public void Insert(
   int index,
   CompilerWarning item
);

Parameters

index
The zero-based index at which item should be inserted.
item
The CompilerWarning to insert.

Remarks

Missing <remarks> documentation for M:NAnt.DotNet.Types.CompilerWarningCollection.Insert(System.Int32,NAnt.DotNet.Types.CompilerWarning)

See Also

CompilerWarningCollection Class | NAnt.DotNet.Types Namespace