ImageGear .NET - Updated May 1, 2018
Remove(KeyValuePair<TKey,TValue>) Method




ImageGear24.Windows.Controls Assembly > ImageGear.Core Namespace > ImGearReadOnlyDictionary<TKey,TValue> Class > Remove Method : Remove(KeyValuePair<TKey,TValue>) Method
The object to remove from the dictionary.
This method is not supported by the ImGearReadOnlyDictionary.
Syntax
'Declaration
 
Public Overloads Function Remove( _
   ByVal item As KeyValuePair(Of TKey,TValue) _
) As Boolean
 
'Usage
 
Dim instance As ImGearReadOnlyDictionary(Of TKey,TValue)
Dim item As KeyValuePair(Of TKey,TValue)
Dim value As Boolean
 
value = instance.Remove(item)

Parameters

item
The object to remove from the dictionary.

Return Value

Boolean value.
See Also

Reference

ImGearReadOnlyDictionary<TKey,TValue> Class
ImGearReadOnlyDictionary<TKey,TValue> Members
Overload List