Share via


ClientListResultHandler<T>(IList<T>) Constructor

Definition

public ClientListResultHandler (System.Collections.Generic.IList<T> list);
new Microsoft.SharePoint.Client.ClientListResultHandler<'T> : System.Collections.Generic.IList<'T> -> Microsoft.SharePoint.Client.ClientListResultHandler<'T>
Public Sub New (list As IList(Of T))

Parameters

list
IList<T>

Applies to