KeyValueCollectionGetByIndex Method

Retrieves the key value pair at the given index in collection

Definition

Namespace: HiQPdf.Chromium
Assembly: HiQPdf.Chromium (in HiQPdf.Chromium.dll) Version: 16.4.0
C#
public KeyValue GetByIndex(
	int index
)

Parameters

index  Int32
The key value pair index

Return Value

KeyValue
The key value pair at the given index in collection

See Also