SortedSetAnyKey Class |
Namespace: VelocityDb.Collection
[SerializableAttribute] public class SortedSetAny<Key> : SortedSetBase<Key>, ISet<Key>, ICollection<Key>, IEnumerable<Key>, IEnumerable
The SortedSetAnyKey type exposes the following members.
| Name | Description | |
|---|---|---|
| SortedSetAnyKey |
Constructs the set
| |
| SortedSetAnyKey(Int32) |
Constructs a set with a given initial capacity
| |
| SortedSetAnyKey(VelocityDbComparerKey) |
Constructs a set with a given object comparator
|
| Name | Description | |
|---|---|---|
| Comparer |
Gets the set comparator
(Overrides SortedSetBaseKeyComparer.) | |
| Keys |
Gets the internal Key list of the set
(Overrides SortedSetBaseKeyKeys.) |
| Name | Description | |
|---|---|---|
| Persist | (Overrides OptimizedPersistablePersist(Placement, SessionBase, Boolean, Boolean, QueueIOptimizedPersistable).) |
| Name | Description | |
|---|---|---|
| ToStringDetails(SessionBase, Boolean) | Overloaded.
Object details as a string
(Defined by Utilities.) | |
| ToStringDetails(Schema, TypeVersion, Boolean) | Overloaded.
Currently only used by Database Manager
(Defined by Utilities.) |