Click or drag to resize

SortedMapBaseKey, ValueContainsKey Method

Checks if map contains a key

Namespace:  VelocityDb.Collection
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public bool ContainsKey(
	Key aKey
)

Parameters

aKey
Type: Key

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VelocityDb.Collection.SortedMapBase`2.ContainsKey(`0)"]

See Also