NAnt SDK Documentation - v0.92

CategoryCollection Constructor (Category[])

Initializes a new instance of the CategoryCollection class with the specified array of Category instances.

[Visual Basic]
Overloads Public Sub New( _
   ByVal value As Category() _
)
[C#]
public CategoryCollection(
   Category[] 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