NameValuePair Members
Include Protected Members
Include Inherited Members
This class holds generic name value information.
The NameValuePair type exposes the following members.
Properties
Name | Description | |
---|---|---|
Name | Return the name. | |
Value | Return the string value. |
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