ValueProviderDictionary.Contains メソッド

定義

指定された項目が値プロバイダーのコレクションに含まれているかどうかを判断します。

public bool Contains (System.Collections.Generic.KeyValuePair<string,System.Web.Mvc.ValueProviderResult> item);
abstract member Contains : System.Collections.Generic.KeyValuePair<string, System.Web.Mvc.ValueProviderResult> -> bool
override this.Contains : System.Collections.Generic.KeyValuePair<string, System.Web.Mvc.ValueProviderResult> -> bool
Public Function Contains (item As KeyValuePair(Of String, ValueProviderResult)) As Boolean

パラメーター

item
KeyValuePair<String,ValueProviderResult>

インスタンス内で検索する ICollection<T> オブジェクト。

戻り値

値プロバイダーのコレクション内で が見つかった場合 item は true、それ以外の場合は false。

実装

適用対象