Summary
Initializes a new instance of the
NAnt.NUnit2.Types.CategoryCollection class as a wrapper for
the specified list.
- Assembly
- NAnt
.NUnit2 .dll - Namespace
- NAnt
.NUnit2 .Types - Containing Type
- CategoryCollection
Syntax
public CategoryCollection(IList<Category> value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | IList |
The list that is wrapped by the newly created instance. |
Return Value
| Type | Description |
|---|---|
| void |
