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

Définition

Créez une instance 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

Paramètres

targetType
Type

Type du modèle.

Retours

Instance de targetType.

S’applique à