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

CompilerWarningCollection.AddRange Method (CompilerWarning[])

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for M:NAnt.DotNet.Types.CompilerWarningCollection.AddRange(NAnt.DotNet.Types.CompilerWarning[])

See Also

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