KeyValueCollectionAdd Method

Adds a key value pair to collection

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.0.0
C#
public KeyValue Add(
	string key,
	string value
)

Parameters

key  String
The pair key
value  String
The pair value

Return Value

KeyValue
The added pair

See Also