TypeConverter.StandardValuesCollection(ICollection) 构造函数

定义

初始化 TypeConverter.StandardValuesCollection 类的新实例。

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)

参数

values
ICollection

一个 ICollection 表示要放入集合中的对象。

适用于

另请参阅