Compartir a través de


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

Definición

Obtiene una indicación de si esta ICollectionModelBinder implementación puede crear o no un Object objeto asignable a 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

Parámetros

targetType
Type

Type del modelo.

Devoluciones

true si esta ICollectionModelBinder implementación puede crear un Object objeto asignable a targetType; false de lo contrario, .

Se aplica a