JsonArray.RemoveAt method

Removes the element at the specified index of the collection.

Syntax

public void RemoveAt(
  int index
)
Public Sub RemoveAt(
  index As Integer 
)

Parameters

  • index
    Type: System.Int32

    The zero-based index of the element to remove.

Remarks

If successful, calling this method reduces the collection size by one. Items with index values greater than the called index have their index values reduced by one.

Requirements (Windows 10 device family)

Device family

Universal

API contract

Windows.Foundation.UniversalApiContract, introduced version 1.0

Namespace

Windows.Data.Json

Requirements (Windows 8.x and Windows Phone 8.x)

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Minimum supported phone

Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps]

Namespace

Windows.Data.Json

See also

JsonArray