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

CategoryCollection.AddRange Method (Category[])

[This is preliminary documentation and subject to change.]

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

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

Parameters

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

Remarks

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

See Also

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