Mono Class Library: Overview

System.Collections.DictionaryEntry: Members

The members of System.Collections.DictionaryEntry are listed below.

See Also: Inherited members from System.ValueType

Public Constructors

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

Public Properties

Keyobject. Gets or sets an object representing the key of the current DictionaryEntry .
Valueobject. Gets or sets an object representing the content of the current DictionaryEntry .