Removes the value with the specified key from the collection.
Declaration Syntax
C# | Visual Basic | Visual 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.
Returns if key found and removed, otherwise false.
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119