ValueProviderDictionary Methods
Visual Studio 2010
The ValueProviderDictionary type exposes the following members.
| Name | Description | |
|---|---|---|
|
Add(KeyValuePair(String, ValueProviderResult)) | Adds the specified item to the collection of value providers. |
|
Add(String, Object) | Adds an element that has the specified key and value to the collection of value providers. |
|
Add(String, ValueProviderResult) | Adds an element that has the specified key and value to the collection of value providers. |
|
Clear | Removes all items from the collection of value providers. |
|
Contains | Determines whether the collection of value providers contains the specified item. |
|
ContainsKey | Determines whether the collection of value providers contains an element that has the specified key. |
|
CopyTo | Copies the elements of the collection to an array, starting at the specified index. |
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetEnumerator | Returns an enumerator that can be used to iterate through the collection. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Remove(KeyValuePair(String, ValueProviderResult)) | Removes the first occurrence of the specified item from the collection of value providers. |
|
Remove(String) | Removes the element that has the specified key from the collection of value providers. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
TryGetValue | Gets the value of the element that has the specified key. |
| Name | Description | |
|---|---|---|
|
IEnumerable.GetEnumerator | Returns an enumerator that can be used to iterate through a collection. |
|
IValueProvider.ContainsPrefix | Determines whether the collection contains the specified prefix. |
|
IValueProvider.GetValue | Returns a value object using the specified key. |
Community Additions
ADD
Show: