DictionaryEntry

DictionaryEntry CF 1.0, ECMA 1.0, serializable

System.Collections (mscorlib.dll) struct

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  (object   key   , object   value   );  // Public Instance Properties  public object  Key  {set; get; }    public object  Value  {set; get; } } 

Hierarchy

System.Object System.ValueType DictionaryEntry

Returned By

IDictionaryEnumerator.Entry



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net