JsonReader.ReadEnumArray<T> método
Cria uma matriz de valor de enumeração da cadeia JSON. 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 (em Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Phone.Runtime (em Microsoft.SharePoint.Client.Phone.Runtime.dll) Microsoft.SharePoint.Client.Runtime (em Microsoft.SharePoint.Client.Runtime.dll)
Sintaxe
'Declaração
Public Function ReadEnumArray(Of T) As T()
'Uso
Dim instance As JsonReader
Dim returnValue As T()
returnValue = instance.ReadEnumArray()
public T[] ReadEnumArray<T>()
Parâmetros de tipo
- T
O tipo especificado do valor de enumeração.
Valor retornado
Tipo: []
Double .
Comentários
O tipo dos tokens que podem ser usados para criar a matriz de valor de enumeração é Long. O valor no início do token deve ser "[" e o valor no final do token deve ser "]".