DictionaryEntry Members

The following tables list the members exposed by the DictionaryEntry type.

Public Constructors

Name Description
Public Method DictionaryEntry Initializes an instance of the DictionaryEntry type with the specified key and value.

Public Fields

Name Description
Public Field Key The key in the key/value pair.
Public Field Value The value in the key/value pair.

Public Methods

Name Description
Public Method Equals (Inherited from Object.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method ReferenceEquals (Inherited from Object.)
Public Method ToString (Inherited from Object.)

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)

See Also

Reference

DictionaryEntry Class
System.Collections Namespace