CatalogQueryCollection.CatalogQueryCollection Constructors
Initializes a new instance of the CatalogQueryCollection class.
Overload List
Name | Description | |
---|---|---|
Public method | CatalogQueryCollection() | Initializes a new empty instance of the CatalogQueryCollection class. |
Public method | CatalogQueryCollection(IEnumerable< CatalogQuery > items) | Initializes a new instance of the CatalogQueryCollection class with the specified elements. |
CatalogQueryCollection()
Initializes a new empty instance of the CatalogQueryCollection class.Syntax
public CatalogQueryCollection ()
CatalogQueryCollection(IEnumerable< CatalogQuery > items)
Initializes a new instance of the CatalogQueryCollection class with the specified elements.Syntax
public CatalogQueryCollection (
IEnumerable< CatalogQuery > items
)
Parameters
items
Type: A collection of CatalogQuery elements.
A collection of items to add to the new collection.
A collection of items to add to the new collection.
Platforms
Windows, Linux, Android