DictionaryEntry

DictionaryEntry


A DictionaryEntry is used to contain a key/value pair. This enables collections to keep the two values together throughout an operation.


Implements:

IObject 

Public:

Properties:

NameDescription
 Key (get) Returns the Key protion of the entry.  
 Key (let) Sets the key portion of the entry.  
 Key (set) Sets the key portion of the entry.  
 Value (get) Returns the value portion of the entry pair.  
 Value (let) Sets the value portion of the entry.  
 Value (set) Sets the value portion of the entry.  

Methods:

NameDescription
 Equals Returns a boolean indicating if the value and this object instance are the same instance.  
 GetHashCode Returns a pseudo-unique number identifying this instance.  
 ToString Returns a string representation of this object instance.  

See Also

Project CorLib Overview

Class DictionaryEntry Overview

Constructors