August 2003
Intermediate to advanced
928 pages
32h 1m
English
DictionaryEntry
This structure defines the special value type
used for the elements of a
dictionary collection. This type consists of a key and a value. A
DictionaryEntry is retrieved by the
IDictionaryEnumerator.Entry property.
public struct DictionaryEntry { // Public Constructors public DictionaryEntry(objectkey, objectvalue); // Public Instance Properties public object Key{set; get; } public object Value{set; get; } }
System.Object
→
System.ValueType
→
DictionaryEntry
IDictionaryEnumerator.Entry