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

Removes a value from the specified key.

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

Syntax


public bool Remove(
	TKey key,
	TValue value
)
Public Function Remove ( _
	key As TKey, _
	value As TValue _
) As Boolean

Parameters

key
Type: TKey
The key.
value
Type: TValue
The value.

Return Value

true if the value was found and removed, false otherwise.