NAnt SDK Documentation - v0.92

CompilerWarningCollection.AddRange Method (CompilerWarning[])

Adds the elements of a CompilerWarning array to the end of the collection.

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

Parameters

items
The array of CompilerWarning elements to be added to the end of the collection.

See Also

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