CVB.Net 15.1
Loading...
Searching...
No Matches
Stemmer.Cvb.Collections.Generic Namespace Reference

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...
 

Detailed Description

Namespace for generic containers.


This namespace provides type definitions that simplify working with generic containers holding Common Vision Blox-specific objects.

Enumeration Type Documentation

◆ SortDirection

Sort directions as used by the IResultSortable interface.

Enumerator
Ascending 

Sort from smallest to largest.

Descending 

Sort from largest to smallest.

◆ SortStatus

enum SortStatus

Sort status of a collection.

Enumerator
Sorted 

Collection is sorted.

Unsorted 

Collection is not sorted.