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 (
         Object key,
         Object value
)

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 and 4.2.

See Also

Reference

DictionaryEntry Class
DictionaryEntry Members
System.Collections Namespace