NAnt SDK Documentation - v0.92

CategoryCollection Constructor (CategoryCollection)

Initializes a new instance of the CategoryCollection class with the specified CategoryCollection instance.

[Visual Basic]
Overloads Public Sub New( _
   ByVal value As CategoryCollection _
)
[C#]
public CategoryCollection(
   CategoryCollection value
);

Parameters

value
The collection to use to initialize the new instance with.

See Also

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