Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

KeyedByTypeCollection<TItem>::Remove Method

 

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

NameDescription
System_CAPS_pubmethodRemove(TKey)

Removes the element with the specified key from the KeyedCollection<TKey, TItem>.(Inherited from KeyedCollection<TKey, TItem>.)

System_CAPS_pubmethodRemove(T)

Removes the first occurrence of a specific object from the Collection<T>.(Inherited from Collection<T>.)

System_CAPS_pubmethodRemove<T>()

Removes an object of a specified type from the collection.

Return to top
Show:
© 2017 Microsoft