System.Collections.DictionaryEntry.Key Property

Gets or sets the key in the key/value pair.

Syntax

public object Key { get; set; }

Value

A object representing the key of the current DictionaryEntry .

Exceptions

TypeReason
ArgumentNullExceptionSet value 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, 4.0.0.0