Click or drag to resize

SortedMapBaseKey, ValueItem Property

Gets or sets the value associated with a key

Namespace:  VelocityDb.Collection
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public Value this[
	Key key
] { get; set; }

Parameters

key
Type: Key
The lookup key

Return Value

Type: Value
The value associated with a key or throws KeyNotFoundException
See Also