GOA - System.Collections

System.Collections Namespace


Classes

ClassDescription
ArrayListImplements the IList interface using an array whose size is dynamically increased as required. 
BitArrayManages a compact array of bit values, which are represented as Booleans, where true indicates that the bit is on (1) and false indicates the bit is off (0). 
CaseInsensitiveComparerCompares two objects for equivalence, ignoring the case of strings. 
CaseInsensitiveHashCodeProviderSupplies a hash code for an object, using a hashing algorithm that ignores the case of strings. 
CollectionBaseProvides the abstract base class for a strongly typed collection. 
ComparerCompares two objects for equivalence, where string comparisons are case-sensitive. 
DictionaryBaseProvides the abstract base class for a strongly typed collection of key-and-value pairs. 
DictionaryEntryDefines a dictionary key-and-value pair that can be set or retrieved. 
HashtableRepresents a collection of key-and-value pairs that are organized based on the hash code of the key. 
QueueRepresents a first-in, first-out collection of objects. 
ReadOnlyCollectionBaseProvides the abstract base class for a strongly typed read-only collection. 
SortedListRepresents a collection of key-and-value pairs that are sorted by the keys and are accessible by key and by index. 
StackRepresents a simple last-in-first-out collection of objects. 

Interfaces

InterfaceDescription
ICollectionDefines number of elements for collection objects. 
IComparerExposes a method that compares two objects. 
IDictionaryRepresents a collection of key-and-value pairs. 
IDictionaryEnumeratorEnumerates the elements of a dictionary. 
IEnumerableExposes the enumerator, which supports a simple iteration over a collection. 
IEnumeratorSupports a simple iteration over a collection. 
IHashCodeProviderSupplies a hash code for an object, using a custom hash function. 
IListRepresents a collection of objects that can be individually accessed by index. 



© 2003-2007 NETiKA Technologies. All rights reserved.