PropertyDescriptorCollection::InternalSort Method (IComparer^)

 

Sorts the members of this collection, using the specified IComparer.

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

protected:
void InternalSort(
	IComparer^ sorter
)

Parameters

sorter
Type: System.Collections::IComparer^

A comparer to use to sort the PropertyDescriptor objects in this collection.

.NET Framework
Available since 1.1
Return to top
Show: