GOA - System.Collections.Specialized

System.Collections.Specialized Namespace


Classes

ClassDescription
BitVector32.SectionRepresents an section of the vector that can contain a integer number. 
BitVector32Provides a simple class that stores Boolean values and small integers in 32 bits of memory. 
CollectionsUtilCreates collections that ignore the case in strings. 
HybridDictionaryImplements IDictionary by using a ListDictionary while the collection is small, and then switching to a Hashtable when the collection gets large. 
ListDictionaryImplements IDictionary using a singly linked list. Recommended for collections that typically contain 10 items or less. 
NameHashtableProvides the abstract base class for a collection of associated String keys and Object values that are organized based on the hash code of the key. 
NameObjectCollectionBase.KeysCollectionRepresents a collection of the String keys of a collection. 
NameObjectCollectionBaseProvides the abstract base class for a collection of associated String keys and Object values that can be accessed either with the key or with the index. 
NameValueCollectionRepresents a sorted collection of associated String keys and String values that can be accessed either with the key or with the index. 
StringCollectionRepresents a collection of strings. 
StringDictionaryImplements a hashtable with the key strongly typed to be a string rather than an object. 
StringEnumeratorSupports a simple iteration over a StringCollection



© 2003-2007 NETiKA Technologies. All rights reserved.