NameValuePair members
Defines a name/value pair that can be set or retrieved.
The NameValuePair type exposes the following members.
Constructors
Name | Description | |
---|---|---|
NameValuePair | Initializes a new instance of the NameValuePair class. |
Top
Properties
Name | Description | |
---|---|---|
Name | Gets or sets the name in the name/value pair. | |
Value | Gets or sets the value in the name/value pair. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top