ArrayEditor(Type) 생성자

정의

배열에 지정된 데이터 형식을 ArrayEditor 사용하는 새 인스턴스를 초기화합니다.

public:
 ArrayEditor(Type ^ type);
public ArrayEditor(Type type);
new System.ComponentModel.Design.ArrayEditor : Type -> System.ComponentModel.Design.ArrayEditor
Public Sub New (type As Type)

매개 변수

type
Type

배열에 있는 항목의 데이터 형식입니다.

적용 대상