DictionaryEntry Constructor
Initializes an instance of the DictionaryEntry type with the specified key and value.
Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)
public DictionaryEntry (
Objectkey,
Objectvalue
)
- key
The object defined in each key/value pair. - value
The definition associated with key.
Available in the .NET Micro Framework version 4.1.
DictionaryEntry Class
DictionaryEntry Members
System.Collections Namespace