ClientDictionaryResultHandler<T> Class

Definition

public class ClientDictionaryResultHandler<T> : Microsoft.SharePoint.Client.IFromJson
type ClientDictionaryResultHandler<'T> = class
    interface IFromJson
Public Class ClientDictionaryResultHandler(Of T)
Implements IFromJson

Type Parameters

T
Inheritance
ClientDictionaryResultHandler<T>
Implements

Constructors

ClientDictionaryResultHandler<T>(IDictionary<String,T>)

Explicit Interface Implementations

IFromJson.CustomFromJson(JsonReader)
IFromJson.FromJson(JsonReader)

Applies to