CategoryCollection.

CategoryCollection(Category[]) Constructor

Summary

Initializes a new instance of the NAnt.NUnit2.Types.CategoryCollection class with the specified array of NAnt.NUnit2.Types.Category instances.
Assembly
NAnt.NUnit2.dll
Namespace
NAnt.NUnit2.Types
Containing Type
CategoryCollection

Syntax

public CategoryCollection(Category[] value)

Parameters

Name Type Description
value Category[] The collection to use to initialize the new instance with.

Return Value

Type Description
void