del método JsonReader.ReadDecimalArray
Lee una matriz de objetos Decimal .
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblados: Microsoft.SharePoint.Client.Silverlight.Runtime (en Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Phone.Runtime (en Microsoft.SharePoint.Client.Phone.Runtime.dll) Microsoft.SharePoint.Client.Runtime (en Microsoft.SharePoint.Client.Runtime.dll)
Sintaxis
'Declaración
Public Function ReadDecimalArray As Decimal()
'Uso
Dim instance As JsonReader
Dim returnValue As Decimal()
returnValue = instance.ReadDecimalArray()
public decimal[] ReadDecimalArray()
Valor devuelto
Tipo: []