Namespace for generic containers. More...
Classes | |
| class | CollectionExtensions |
| Extension methods for use with generic collections. More... | |
| class | InfoCollection< TParent, TInfo > |
| Generic collection of information objects. More... | |
| class | LicenseCollectionExtensions |
| Extension methods for use with generic collections of license information. More... | |
| class | ReadOnlyCollection< T > |
| Read-only, generic collection of elements. More... | |
| class | ReadOnlyDictionary< TKey, TValue > |
| Read-only, generic collection of key/value pairs. More... | |
| class | ReadOnlyDictionaryBase< TKey, TValue > |
| Base class for read-only, generic collection of key/value pairs. More... | |
Enumerations | |
| enum | SortDirection { Ascending , Descending } |
| Sort directions as used by the IResultSortable interface. More... | |
| enum | SortStatus { Sorted , Unsorted } |
| Sort status of a collection. More... | |
Namespace for generic containers.
This namespace provides type definitions that simplify working with generic containers holding Common Vision Blox-specific objects.
| enum SortDirection |
| enum SortStatus |