ArrayEditor.CreateCollectionItemType メソッド

定義

コレクションに格納するように指定されているデータ型を取得します。

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

戻り値

コレクションに格納するように指定されているデータ型を示す Type

注釈

既定の実装では、配列の項目型が返されます。

適用対象