ClientListResultHandler<T> constructor
Initializes a new instance of the ClientListResultHandler<T> class with a specified IList<UTP> generic list. 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 Sub New ( _
list As IList(Of T) _
)
'Usage
Dim list As IList(Of T)
Dim instance As New ClientListResultHandler(list)
public ClientListResultHandler(
IList<T> list
)
Parameters
list
Type: System.Collections.Generic.IList<T>The IList<UTP> object represents the generic list that will be initialized with JSON data from the server.
See also
Reference
ClientListResultHandler<T> class