Bridge

IDictionary<(Of <(<'TKey, TValue>)>)>..::..Remove Method

Removes the element with the specified key from the IDictionary<(Of <(<'TKey, TValue>)>)>.

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

Syntax


bool Remove(
	TKey key
)
Function Remove ( _
	key As TKey _
) As Boolean
bool^ Remove(
	TKey key
)

Parameters

key
Type: TKey
The key of the element to remove.

Return Value

true if the element is successfully removed; otherwise, false. This method also returns false if key was not found in the original IDictionary<(Of <(<'TKey, TValue>)>)>.