JsonArray.First Method

Returns the iterator for iteration over the items in the array.

Syntax

public:
IIterator<IJsonValue^ >^ First()  

Return value

Type: IIterator<IJsonValue^ > 

The iterator object. The iterator’s current position is at the 0-index position, or at the array end if the array is empty.

Requirements

Namespace: Windows.Data.Json

Metadata: windows.winmd

See also

Reference

JsonArray Class

JsonArray Members

Windows.Data.Json Namespace