Share via


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
Assemblies:   Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  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