DictionaryEntry |
IObject |
Name | Description |
---|---|
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. |
Name | Description |
---|---|
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. |