Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Assemblies: Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll); 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 “]”.