NAnt SDK Documentation - v0.92

CompilerWarningCollection.AddRange Method (CompilerWarningCollection)

Adds the elements of a CompilerWarningCollection to the end of the collection.

[Visual Basic]
Overloads Public Sub AddRange( _
   ByVal items As CompilerWarningCollection _
)
[C#]
public void AddRange(
   CompilerWarningCollection items
);

Parameters

items
The CompilerWarningCollection to be added to the end of the collection.

See Also

CompilerWarningCollection Class | NAnt.DotNet.Types Namespace | CompilerWarningCollection.AddRange Overload List