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