ModelBinderDictionary.ContainsKey(Type) メソッド

定義

指定されたキーを持つ要素がモデル バインダー ディクショナリに含まれているかどうかを判断します。

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

パラメーター

key
Type

検索対象のキー。

戻り値

Boolean

true が見つかる場合には key。それ以外の場合には false

実装

適用対象