Compartir a través de


CollectionModelBinder<TElement>.CreateInstance(Type) Método

Definición

Crea una instancia de 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

Parámetros

targetType
Type

Type del modelo.

Devoluciones

Instancia de targetType.

Se aplica a