LazyDictionary<TKey, TValue>.Remove Method (KeyValuePair<TKey, TValue>)
Namespace: Microsoft.WindowsAzure.Common.Internals
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public bool Remove(
KeyValuePair<TKey, TValue> item
)
public:
virtual bool Remove(
KeyValuePair<TKey, TValue> item
) sealed
abstract Remove :
item:KeyValuePair<'TKey, 'TValue> -> bool
override Remove :
item:KeyValuePair<'TKey, 'TValue> -> bool
Public Function Remove (
item As KeyValuePair(Of TKey, TValue)
) As Boolean
Parameters
- item
Type: System.Collections.Generic.KeyValuePair<TKey, TValue>
Return Value
Type: System.Boolean
Implements
See Also
Remove Overload
LazyDictionary<TKey, TValue> Class
Microsoft.WindowsAzure.Common.Internals Namespace
Return to top