Click or drag to resize

SortedSetAnyKey Class

A sorted set of objects of any Type (not just subclasses of OptimizedPersistable
Inheritance Hierarchy
SystemObject
  VelocityDbOptimizedPersistable
    VelocityDb.CollectionSortedSetBaseKey
      VelocityDb.CollectionSortedSetAnyKey

Namespace:  VelocityDb.Collection
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
[SerializableAttribute]
public class SortedSetAny<Key> : SortedSetBase<Key>, 
	ISet<Key>, ICollection<Key>, IEnumerable<Key>, IEnumerable

Type Parameters

Key
The type of element for this list.

The SortedSetAnyKey type exposes the following members.

Constructors
Properties
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