NameValuePair Class

Represents a name value pair

Definition

Namespace: EvoPdf.Chromium
Assembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 11.4.0
C#
public class NameValuePair
Inheritance
Object    NameValuePair

Constructors

NameValuePair Constructs a name value pair

Properties

Name Gets or sets the pair name
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