TypeConverter::StandardValuesCollection Constructor (ICollection^)

 

Initializes a new instance of the TypeConverter::StandardValuesCollection class.

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

public:
StandardValuesCollection(
	ICollection^ values
)

Parameters

values
Type: System.Collections::ICollection^

An ICollection that represents the objects to put into the collection.

.NET Framework
Available since 1.1
Return to top
Show: