ModelBinderDictionary.ContainsKey(Type) Metod

Definition

Avgör om modellbindningsordlistan innehåller ett element som har den angivna nyckeln.

public:
 virtual bool ContainsKey(Type ^ key);
public bool ContainsKey(Type key);
abstract member ContainsKey : Type -> bool
override this.ContainsKey : Type -> bool
Public Function ContainsKey (key As Type) As Boolean

Parametrar

key
Type

Nyckeln att leta efter.

Returer

true om key hittas, annars false.

Implementeringar

Gäller för