CollectionModelBinder<TElement>.CreateInstance(Type) Metodo

Definizione

Creare un'istanza di 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

Parametri

targetType
Type

Type del modello.

Restituisce

Istanza di targetType.

Si applica a