TypeConverter.StandardValuesCollection(ICollection) Oluşturucu

Tanım

TypeConverter.StandardValuesCollection sınıfının yeni bir örneğini başlatır.

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)

Parametreler

values
ICollection

ICollection Koleksiyona konulacak nesneleri temsil eden bir.

Şunlara uygulanır

Ayrıca bkz.