IDictionary(Of TKey, TValue).Remove Method

 

Namespace:   System.Collections.Generic
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodRemove(T)

Removes the first occurrence of a specific object from the ICollection(Of T).(Inherited from ICollection(Of T).)

System_CAPS_pubmethodRemove(TKey)

Removes the element with the specified key from the IDictionary(Of TKey, TValue).

Return to top
Show: