Class KeyValuePair
Class representing key value pair structure.
Inheritance
System.Object
KeyValuePair
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class KeyValuePair : object, ICompactSerializable
Constructors
Name | Description |
---|---|
KeyValuePair() | Default Constructor which initializes a new instance of key-value pair class. |
KeyValuePair(Object, Object) | Initialize a new instance of key-value pair class. |
Properties
Name | Description |
---|---|
Key | Sets/returns key from intermediate Key-Value pair. |
Value | Sets/returns value from intermediate Key-Value pair. |