Removes the value with the specified key from the collection.

Declaration Syntax
public bool Remove(
K key
)
Public Function Remove ( _
key As K _
) As Boolean
public:
bool Remove(
K key
)

Parameters

Return Value
Returns if key found and removed, otherwise false.
Assembly:
LumiSoft.Net (Module: LumiSoft.Net) Version: 2.0.4006.27129