ArrayEditor.CreateCollectionItemType 메서드

정의

이 컬렉션이 포함하도록 디자인된 데이터 형식을 가져옵니다.

protected:
 override Type ^ CreateCollectionItemType();
protected override Type CreateCollectionItemType();
override this.CreateCollectionItemType : unit -> Type
Protected Overrides Function CreateCollectionItemType () As Type

반품

컬렉션에 포함하도록 디자인된 데이터 형식을 나타내는 A Type 입니다.

설명

기본 구현은 배열의 항목 형식을 반환합니다.

적용 대상