RESTfulQueryResult<T> - Constructeur
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Public Sub New ( _
data As IEnumerable(Of T) _
)
'Utilisation
Dim data As IEnumerable(Of T)
Dim instance As New RESTfulQueryResult(data)
public RESTfulQueryResult(
IEnumerable<T> data
)
Paramètres
- data
Type : System.Collections.Generic.IEnumerable<T>