JsonArray.RemoveAt Method

Removes the item at the specified index.

Syntax

public:
void RemoveAt(
         uint32 index
)  

Parameters

index
Type: uint32 

  The index position of the item to remove.

Requirements

Namespace: Windows.Data.Json

Metadata: windows.winmd

See also

Reference

JsonArray Class

JsonArray Members

Windows.Data.Json Namespace