CorLib  

DictionaryEntry

DictionaryEntry overview

Implements:

IObject 

Public:

Properties:
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:
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