次の方法で共有


CollectionModelBinder<TElement>.CreateInstance(Type) メソッド

定義

targetType のインスタンスを作成します。

protected:
 System::Object ^ CreateInstance(Type ^ targetType);
protected object CreateInstance (Type targetType);
member this.CreateInstance : Type -> obj
Protected Function CreateInstance (targetType As Type) As Object

パラメーター

targetType
Type

Type モデルの。

戻り値

targetType のインスタンス。

適用対象