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

See also

Reference

ClientListResultHandler<T> class

ClientListResultHandler<T> members

Microsoft.SharePoint.Client namespace