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
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 ( _
    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