Compartir a través de


ICollectionModelBinder.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:
 bool CanCreateInstance(Type ^ targetType);
public bool CanCreateInstance (Type targetType);
abstract member CanCreateInstance : Type -> bool
Public 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, .

Comentarios

Un true valor devuelto es necesario para un enlace de modelo correcto si el modelo es inicialmente null.

Se aplica a