@get


Description:

public bool @get (uint index, out string? out_name, out string? out_value)

Returns the name and the value of the element at index index.

Either of the out_name and out_value can be null, to not return that part.

Parameters:

this

a NameValueArray

index

an index

out_name

A place to store the name of the element, or null

out_value

A place to store the value of the element, or null

Returns:

true on success, false otherwise.

See: camel_name_value_array_get_name, camel_name_value_array_get_value, camel_name_value_array_get_named