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

CategoryCollection.AddRange Method (CategoryCollection)

[This is preliminary documentation and subject to change.]

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

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

Parameters

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

Remarks

Missing <remarks> documentation for M:NAnt.NUnit2.Types.CategoryCollection.AddRange(NAnt.NUnit2.Types.CategoryCollection)

See Also

CategoryCollection Class | NAnt.NUnit2.Types Namespace | CategoryCollection.AddRange Overload List