ValueProviderDictionary Methods

 

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

NameDescription
System_CAPS_pubmethodAdd(KeyValuePair<String, ValueProviderResult>)

Adds the specified item to the collection of value providers.

System_CAPS_pubmethodAdd(String, Object)

Adds an element that has the specified key and value to the collection of value providers.

System_CAPS_pubmethodAdd(String, ValueProviderResult)

Adds an element that has the specified key and value to the collection of value providers.

System_CAPS_pubmethodClear()

Removes all items from the collection of value providers.

System_CAPS_pubmethodContains(KeyValuePair<String, ValueProviderResult>)

Determines whether the collection of value providers contains the specified item.

System_CAPS_pubmethodContainsKey(String)

Determines whether the collection of value providers contains an element that has the specified key.

System_CAPS_pubmethodCopyTo(KeyValuePair<String, ValueProviderResult>[], Int32)

Copies the elements of the collection to an array, starting at the specified index.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetEnumerator()

Returns an enumerator that can be used to iterate through the collection.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRemove(KeyValuePair<String, ValueProviderResult>)

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

System_CAPS_pubmethodRemove(String)

Removes the element that has the specified key from the collection of value providers.

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodTryGetValue(String, ValueProviderResult)

Gets the value of the element that has the specified key.

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIEnumerable.GetEnumerator()

Returns an enumerator that can be used to iterate through a collection.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIValueProvider.ContainsPrefix(String)

Determines whether the collection contains the specified prefix.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIValueProvider.GetValue(String)

Returns a value object using the specified key.

Return to top
Show: