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

CompilerWarningCollection.AddRange Method (CompilerWarningCollection)

[This is preliminary documentation and subject to change.]

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.

Remarks

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

See Also

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