Click or drag to resize

SortedMapBaseKey, Value Class

A base class for sorted maps.
Inheritance Hierarchy
SystemObject
  VelocityDbOptimizedPersistable
    VelocityDb.CollectionSortedSetBaseKey
      VelocityDb.CollectionSortedMapBaseKey, Value
        VelocityDb.CollectionSortedMapKey, Value
        VelocityDb.CollectionSortedMapOidShortKey, Value
        VelocityDb.CollectionSortedMapValueOidShortKey, Value

Namespace:  VelocityDb.Collection
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
[SerializableAttribute]
public abstract class SortedMapBase<Key, Value> : SortedSetBase<Key>, 
	IEnumerable<KeyValuePair<Key, Value>>, IEnumerable

Type Parameters

Key
A key type for a map
Value
A value type for a map

The SortedMapBaseKey, Value type exposes the following members.

Properties
  NameDescription
Public propertyItem
Gets or sets the value associated with a key
Public propertyValues
The map values as a list
Top
Methods
Extension Methods
  NameDescription
Public Extension MethodToStringDetails(SessionBase, Boolean)Overloaded.
Object details as a string
(Defined by Utilities.)
Public Extension MethodToStringDetails(Schema, TypeVersion, Boolean)Overloaded.
Currently only used by Database Manager
(Defined by Utilities.)
Top
See Also