Dictionary<(Of <(<'TKey1, TKey2, TValue>)>)>..::..Remove Method (TKey1, TKey2)

Removes the element with the specified key from the [IDictionary{TKey,TValue}].

Namespace:  Tortuga.Anchor.Collections
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public bool Remove(
	TKey1 key1,
	TKey2 key2
)
Public Function Remove ( _
	key1 As TKey1, _
	key2 As TKey2 _
) As Boolean

Parameters

key1
Type: TKey1
The first key.
key2
Type: TKey2
The second key.

Return Value

true if the element is successfully removed; otherwise, false. This method also returns false if key1+key2 was not found in the original [IDictionary{TKey,TValue}]