Partager via


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

Définition

Créez un Object assignable à targetType.

protected:
 virtual System::Object ^ CreateEmptyCollection(Type ^ targetType);
protected virtual object CreateEmptyCollection (Type targetType);
abstract member CreateEmptyCollection : Type -> obj
override this.CreateEmptyCollection : Type -> obj
Protected Overridable Function CreateEmptyCollection (targetType As Type) As Object

Paramètres

targetType
Type

Type du modèle.

Retours

Assignable Object à targetType.

Remarques

Appelée lors de la création d’un modèle « vide » par défaut pour une liaison de niveau supérieur.

S’applique à