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: 8.2.1.0 (8.2.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