[This is preliminary documentation and subject to change.]
Initializes a new instance of the CategoryCollection class.
Initializes a new instance of the CategoryCollection class.
public CategoryCollection();
Initializes a new instance of the CategoryCollection class with the specified array of Category instances.
public CategoryCollection(Category[]);
Initializes a new instance of the CategoryCollection class with the specified CategoryCollection instance.
public CategoryCollection(CategoryCollection);
CategoryCollection Class | NAnt.NUnit2.Types Namespace