TestCategoryItemCollection Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the TestCategoryItemCollection class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
TestCategoryItemCollection() | Initializes a new instance of the TestCategoryItemCollection class. | |
TestCategoryItemCollection(array<String[]) | Initializes a new instance of the TestCategoryItemCollection class by using the provided array of category names. | |
TestCategoryItemCollection(TestCategoryItemCollection) | Initializes a new instance of the TestCategoryItemCollection class by using the items in the provided collection. |
Top