LumiSoft Net Help
Remove Method (key)
NamespacesLumiSoft.NetKeyValueCollection<(Of <(<'K, V>)>)>Remove(K)
Removes the value with the specified key from the collection.
Declaration Syntax
C#Visual BasicVisual C++
public bool Remove(
	K key
)
Public Function Remove ( _
	key As K _
) As Boolean
public:
bool Remove(
	K key
)
Parameters
key (K)
Key.
Return Value
Returns if key found and removed, otherwise false.

Assembly: LumiSoft.Net (Module: LumiSoft.Net) Version: 2.0.4006.27129