Class KeyValuePair
Inheritance
System.Object
KeyValuePair
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
[Obsolete("This feature is not in active development and may be removed in a future update.")]
public class KeyValuePair : 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. |