March 2002
Intermediate to advanced
864 pages
31h 8m
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 method DictionaryEntry(object key, object value); // Public Instance Properties public field object Key{set; get; } public field object Value{set; get; } }
System.Object→System.ValueType→DictionaryEntry
IDictionaryEnumerator.Entry