Mono Class Library: OverviewSystem.Collections.DictionaryEntry: Members |
The members of System.Collections.DictionaryEntry are listed below.
See Also: Inherited members from System.ValueType
Constructs and initializes a new instance of the DictionaryEntry class with the specified key and value objects.
Key object. Gets or sets an object representing the key of the current DictionaryEntry . Value object. Gets or sets an object representing the content of the current DictionaryEntry .