ValueProviderDictionary.Remove Method (KeyValuePair<String, ValueProviderResult>)

Removes the first occurrence of the specified item from the collection of value providers.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Syntax

'Declaration
Public Function Remove ( _
    item As KeyValuePair(Of String, ValueProviderResult) _
) As Boolean
public bool Remove(
    KeyValuePair<string, ValueProviderResult> item
)
public:
virtual bool Remove(
    KeyValuePair<String^, ValueProviderResult^> item
) sealed

Parameters

Return Value

Type: System.Boolean
true if item was successfully removed from the collection; otherwise, false. This method also returns false if item is not found in the collection.

Implements

ICollection<T>.Remove(T)

Exceptions

Exception Condition
NotSupportedException

The ICollection<T> object is read-only.

See Also

Reference

ValueProviderDictionary Class

Remove Overload

System.Web.Mvc Namespace