Click or drag to resize

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
)

Parameters

key
Type: Key

[Missing <param name="key"/> documentation for "M:VelocityDb.Collection.SortedMapBase`2.Remove(`0)"]

Return Value

Type: Boolean
true if key was found and removed; otherwise false
See Also