JsonArray.GetObjectAt(UInt32) Método

Definição

Obtém o JsonObject no índice especificado se o ValueType do valor encapsulado for 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

Parâmetros

index
UInt32

unsigned int

uint32_t

O índice especificado.

Retornos

O JsonObject no índice especificado.

Aplica-se a