Compartir a través de


CollectionModelBinder<TElement>.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:
 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

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, .

Implementaciones

Se aplica a