ValueProviderCollection Methods

 

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

NameDescription
System_CAPS_pubmethodAdd('T)

(Inherited from Collection<'T>.)

System_CAPS_pubmethodClear()

(Inherited from Collection<'T>.)

System_CAPS_protmethodClearItems()

(Inherited from Collection<'T>.)

System_CAPS_pubmethodContains('T)

(Inherited from Collection<'T>.)

System_CAPS_pubmethodContainsPrefix(String)

Determines whether the collection contains the specified prefix.

System_CAPS_pubmethodCopyTo('T[], Int32)

(Inherited from Collection<'T>.)

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetEnumerator()

(Inherited from Collection<'T>.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetKeysFromPrefix(String)

Gets the keys using the specified prefix.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetValue(String)

Returns a value object using the specified key.

System_CAPS_pubmethodGetValue(String, Boolean)

Returns a value object using the specified key and skip-validation parameter.

System_CAPS_pubmethodIndexOf('T)

(Inherited from Collection<'T>.)

System_CAPS_pubmethodInsert(Int32, 'T)

(Inherited from Collection<'T>.)

System_CAPS_protmethodInsertItem(Int32, IValueProvider)

Inserts the specified value-provider object into the collection at the specified index location.(Overrides Collection<'T>.InsertItem(Int32, 'T).)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRemove('T)

(Inherited from Collection<'T>.)

System_CAPS_pubmethodRemoveAt(Int32)

(Inherited from Collection<'T>.)

System_CAPS_protmethodRemoveItem(Int32)

(Inherited from Collection<'T>.)

System_CAPS_protmethodSetItem(Int32, IValueProvider)

Replaces the value provider at the specified index location with a new value provider.(Overrides Collection<'T>.SetItem(Int32, 'T).)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubmethodAsSerializable<IValueProvider>()

Convenience API to allow an IEnumerable{T} (such as returned by Linq2Sql) to be serialized by DataContractSerilizer.(Defined by IEnumerableExtensions.)

Return to top
Show: