Partager via


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

Définition

Obtient une indication si cette ICollectionModelBinder implémentation peut ou non créer un Object assignable à targetType.

public:
 virtual bool CanCreateInstance(Type ^ targetType);
public virtual bool CanCreateInstance (Type targetType);
abstract member CanCreateInstance : Type -> bool
override this.CanCreateInstance : Type -> bool
Public Overridable Function CanCreateInstance (targetType As Type) As Boolean

Paramètres

targetType
Type

Type du modèle.

Retours

true si cette ICollectionModelBinder implémentation peut créer un Object assignable à targetType; false sinon.

Implémente

S’applique à