Mono Class Library: System.Collections Namespace

System.Collections.DictionaryEntry Structure

Represents a dictionary entry consisting of a DictionaryEntry.Key and an associated DictionaryEntry.Value. [Edit]

See Also: DictionaryEntry Members

[System.Runtime.InteropServices.ComVisible(true)]
public struct DictionaryEntry

Thread Safety

All public static members of this type are safe for multithreaded operations. No instance members are guaranteed to be thread safe.

Remarks

Note:

Some types that manage or access collections of objects, such as Hashtable and IDictionaryEnumerator, rely on the use of one or more pairs of a key object and an associated value object. DictionaryEntry provides this functionality.

This structure supports the C# foreach semantics for Hashtable.

[Edit]

Requirements

Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0