KeyValuePair Members
Include Protected Members
Include Inherited Members
Specifies an optional property for an object in a cache.
The KeyValuePair type exposes the following members.
Constructors
Name | Description | |
---|---|---|
KeyValuePair | Instantiates a KeyValuePair object. |
Top
Properties
Name | Description | |
---|---|---|
PropertyName | Gets the name of the property. | |
Value | Gets the value of the property. |
Top
Methods
Name | Description | |
---|---|---|
ToString | Returns the values of the PropertyName and Value properties of the KeyValuePair object. (Overrides Object.ToString().) |
Top