System.Ext.Collections Namespace

The System.Ext.Collections namespace contains a number of interfaces and a class that define collections of objects.

Interfaces

Name Description
Public Interface IDictionary Represents a nongeneric collection of key/value pairs.
Public Interface IDictionaryEnumerator Enumerates the elements of a nongeneric dictionary.

Structures

Name Description
Public Structure DictionaryEntry Defines a dictionary key/value pair that can be set or retrieved.