KeyValueCollection Class

Represents a collection of KeyValue objects

Definition

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

Constructors

KeyValueCollectionInitializes a new instance of the KeyValueCollection class

Properties

Count Gets the number of pairs in collection

Methods

Add Adds a key value pair to collection
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetByIndex Retrieves the key value pair at the given index in collection
GetByKey Retrieves the key value pair having a given key
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also