SynchronizedKeyedCollection<K, T>::Remove Method (K)

 

Removes an item with a specified key from the collection and returns a value that indicates whether an item was removed.

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

public:
bool Remove(
	K key
)

Parameters

key
Type: K

The key of the item to be removed.

Return Value

Type: System::Boolean

true if an item with the specified key was removed; otherwise, false.

.NET Framework
Available since 3.0
Return to top
Show: