Share via


ArrayEditor.CreateCollectionItemType 方法

定义

获取此集合需包含的数据类型。

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

返回

Type 指示集合需包含的数据类型。

注解

默认实现返回数组的项类型。

适用于