ListSortDescriptionCollection Constructor (array<ListSortDescription^>^)

 

Initializes a new instance of the ListSortDescriptionCollection class with the specified array of ListSortDescription objects.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public:
ListSortDescriptionCollection(
	array<ListSortDescription^>^ sorts
)

Parameters

sorts
Type: array<System.ComponentModel::ListSortDescription^>^

The array of ListSortDescription objects to be contained in the collection.

The ListSortDescriptionCollection is read-only once constructed.

Example

.NET Framework
Available since 2.0
Return to top
Show: