• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try Free
Show / Hide Table of Contents

Class KeyValuePair

Class representing key value pair structure.

Inheritance
System.Object
KeyValuePair
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
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.

Back to top Copyright © 2017 Alachisoft