共用方式為


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 的執行個體。

適用於