Share via


CollectionEditorBase(Type) 建構函式

定義

使用指定的集合型別,初始化 CollectionEditorBase 類別的新執行個體。

public:
 CollectionEditorBase(Type ^ type);
public CollectionEditorBase (Type type);
new System.Web.UI.Design.CollectionEditorBase : Type -> System.Web.UI.Design.CollectionEditorBase
Public Sub New (type As Type)

參數

type
Type

要編輯的集合型別。

適用於