Share via


ClientDictionaryResultHandler<T> constructor

Initializes a new instance of the ClientDictionaryResultHandler<T> class with a specified IDictionary<String, UTP> generic dictionary. 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 ( _
    dict As IDictionary(Of String, T) _
)
'Usage
Dim dict As IDictionary(Of String, T)

Dim instance As New ClientDictionaryResultHandler(dict)
public ClientDictionaryResultHandler(
    IDictionary<string, T> dict
)

Parameters

See also

Reference

ClientDictionaryResultHandler<T> class

ClientDictionaryResultHandler<T> members

Microsoft.SharePoint.Client namespace