TypeDescriptor::SortDescriptorArray Method (IList^)

 

Sorts descriptors using the name of the descriptor.

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

public:
static void SortDescriptorArray(
	IList^ infos
)

Parameters

infos
Type: System.Collections::IList^

An IList that contains the descriptors to sort.

Exception Condition
ArgumentNullException

infos is null.

.NET Framework
Available since 1.1
Return to top
Show: