|
|
System.Collections.DictionaryEntry Structure |
|
|
Description | |
|
For classes that implement the IDictionary interface, this class holds a single dictionary entry, comprising two parts :
Key | Such as a word in a real dictionary. |
Value | Such as the definition of a word in a real dictionary |
|
|
Syntax | | | Constructor Create ( | Key : Object; Value : Object ); |
| Properties | | | Key | | Object | | The Key to this entry
| Value | | Object | | The value for this key |
|
Microsoft MSDN links | |
|
|
|
|
|
|
|
|