SortedMapBaseKey, ValueRemove Method (Key) |
Removes a key from the map (if found)
Namespace:
VelocityDb.Collection
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public override bool Remove(
Key key
)
Public Overrides Function Remove (
key As Key
) As Boolean
public:
virtual bool Remove(
Key key
) override
abstract Remove :
key : 'Key -> bool
override Remove :
key : 'Key -> bool
Parameters
- key
- Type: Key
[Missing <param name="key"/> documentation for "M:VelocityDb.Collection.SortedMapBase`2.Remove(`0)"]
Return Value
Type:
Booleantrue if key was found and removed; otherwise false
See Also