Mono Class Library: System.Collections.DictionaryEntry Overview | Members

System.Collections.DictionaryEntry Constructor

Constructs and initializes a new instance of the DictionaryEntry class with the specified key and value objects.

public DictionaryEntry (object key, object value)

Parameters

key
The object defined to reference a dictionary entry.
value
The object that contains the content associated with key.

Exceptions

TypeReason
ArgumentNullExceptionkey is null.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0