KeyValue Class

Represents a key value pair

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public class KeyValue
Inheritance
Object    KeyValue

Constructors

KeyValue Constructs a key value pair

Properties

Key Gets or sets the pair key
Value Gets or sets the pair value

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also