Partager via


DictionaryModelBinder<TKey,TValue>.CanCreateInstance(Type) Méthode

Définition

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

public:
 override bool CanCreateInstance(Type ^ targetType);
public override bool CanCreateInstance (Type targetType);
override this.CanCreateInstance : Type -> bool
Public Overrides 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.

S’applique à