Name

DictionaryEntry

Synopsis

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; } 
}

Hierarchy

System.ObjectSystem.ValueTypeDictionaryEntry

Returned By

IDictionaryEnumerator.Entry

Get C# in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.