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++F#
public bool Remove(
	K key
)
Public Function Remove ( 
	key As K
) As Boolean
public:
bool Remove(
	K key
)
member Remove : 
        key : 'K -> bool 
Parameters
key (K)
Key.
Return Value
Boolean
Returns if key found and removed, otherwise false.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119