Leadtools.Dicom.AddIn Namespace > ThreadSafeDictionary<TKey,TValue> Class > Remove Method : Remove(KeyValuePair<TKey,TValue>) Method |
public virtual bool Remove( KeyValuePair<TKey,TValue> item )
'Declaration Public Overloads Overridable Function Remove( _ ByVal item As KeyValuePair(Of TKey,TValue) _ ) As Boolean
'Usage Dim instance As ThreadSafeDictionary(Of TKey,TValue) Dim item As KeyValuePair(Of TKey,TValue) Dim value As Boolean value = instance.Remove(item)
public: virtual bool Remove( KeyValuePair<TKey^,TValue^> item )
Exception | Description |
---|---|
System.NotSupportedException | The ICollection is read-only. |