Catatan
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba masuk atau mengubah direktori.
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba mengubah direktori.
Determines whether the collection of value providers contains the specified item.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Function Contains ( _
item As KeyValuePair(Of String, ValueProviderResult) _
) As Boolean
public bool Contains(
KeyValuePair<string, ValueProviderResult> item
)
public:
virtual bool Contains(
KeyValuePair<String^, ValueProviderResult^> item
) sealed
Parameters
- item
Type: System.Collections.Generic.KeyValuePair<String, ValueProviderResult>
The object to locate in the ICollection<T> instance.
Return Value
Type: System.Boolean
true if item is found in the collection of value providers; otherwise, false.