JsonReader.ReadEnumArray<T> method

Creates an enumeration value array from the JSON string. This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

'Declaration
Public Function ReadEnumArray(Of T) As T()
'Usage
Dim instance As JsonReader
Dim returnValue As T()

returnValue = instance.ReadEnumArray()
public T[] ReadEnumArray<T>()

Type parameters

  • T
    The specified type of the enumeration value.

Return value

Type: []
Double .

Remarks

The type of the tokens that can be used to create the enumeration value array is Long. The value at the start of the token must be “[” and the value at the end of the token must be “]”.

See also

Reference

JsonReader class

JsonReader members

Microsoft.SharePoint.Client namespace