KeyValueCollectionGetByIndex Method
Retrieves the key value pair at the given index in collection
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public KeyValue GetByIndex(
int index
)
Public Function GetByIndex (
index As Integer
) As KeyValue
public:
KeyValue^ GetByIndex(
int index
)
member GetByIndex :
index : int -> KeyValue
- index Int32
- The key value pair index
KeyValueThe key value pair at the given index in collection