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
dict
Type: System.Collections.Generic.IDictionary<String, T>The IDictionary<String, UTP> object represents the generic dictionary that will be initialized with JSON data from the server.
See also
Reference
ClientDictionaryResultHandler<T> class