JsonArray.GetArrayAt(UInt32) Method

Definition

Gets the JsonArray at the specified index if the ValueType of the encapsulated value is Array .

public:
 virtual JsonArray ^ GetArrayAt(unsigned int index) = GetArrayAt;
JsonArray GetArrayAt(uint32_t const& index);
public JsonArray GetArrayAt(uint index);
function getArrayAt(index)
Public Function GetArrayAt (index As UInteger) As JsonArray

Parameters

index
UInt32

unsigned int

uint32_t

The specified index.

Returns

The JsonArray at the specified index.

Applies to