JsonArray.GetObjectAt(UInt32) Method

Definition

Gets the JsonObject at the specified index if the ValueType of the encapsulated value is Object.

public:
 virtual JsonObject ^ GetObjectAt(unsigned int index) = GetObjectAt;
JsonObject GetObjectAt(uint32_t const& index);
public JsonObject GetObjectAt(uint index);
function getObjectAt(index)
Public Function GetObjectAt (index As UInteger) As JsonObject

Parameters

index
UInt32

unsigned int

uint32_t

The specified index.

Returns

The JsonObject at the specified index.

Applies to