Bridge

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

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

Syntax


public bool Remove(
	TKey key
)
Public Function Remove ( _
	key As TKey _
) As Boolean
public:
bool^ Remove(
	TKey key
)

Parameters

key
Type: TKey