DictionaryModelBinder<TKey,TValue>.CanCreateInstance(Type) Metodo

Definizione

Ottiene un'indicazione se questa ICollectionModelBinder implementazione può creare un Object oggetto assegnabile 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

Parametri

targetType
Type

Type del modello.

Restituisce

true se questa ICollectionModelBinder implementazione può creare un Object oggetto assegnabile a targetType; false in caso contrario.

Si applica a