TypeConverter.StandardValuesCollection(ICollection) Constructor

Definition

Initializes a new instance of the TypeConverter.StandardValuesCollection class.

public:
 StandardValuesCollection(System::Collections::ICollection ^ values);
public StandardValuesCollection (System.Collections.ICollection values);
public StandardValuesCollection (System.Collections.ICollection? values);
new System.ComponentModel.TypeConverter.StandardValuesCollection : System.Collections.ICollection -> System.ComponentModel.TypeConverter.StandardValuesCollection
Public Sub New (values As ICollection)

Parameters

values
ICollection

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

Applies to

See also