Dela via


LambdaJsonConverterFactory Konstruktor

Definition

Initierar en ny instans av LambdaJsonConverterFactory klassen.

public LambdaJsonConverterFactory(Func<Microsoft.Bot.Builder.Dialogs.Declarative.Resources.ResourceExplorer,Microsoft.Bot.Builder.Dialogs.Debugging.SourceContext,Newtonsoft.Json.JsonConverter> converterBuilder);
new Microsoft.Bot.Builder.Dialogs.Declarative.Converters.LambdaJsonConverterFactory : Func<Microsoft.Bot.Builder.Dialogs.Declarative.Resources.ResourceExplorer, Microsoft.Bot.Builder.Dialogs.Debugging.SourceContext, Newtonsoft.Json.JsonConverter> -> Microsoft.Bot.Builder.Dialogs.Declarative.Converters.LambdaJsonConverterFactory
Public Sub New (converterBuilder As Func(Of ResourceExplorer, SourceContext, JsonConverter))

Parametrar

converterBuilder
Func<ResourceExplorer,SourceContext,Newtonsoft.Json.JsonConverter>

Funktion för att skapa Newtonsoft.Json.JsonConverter.

Gäller för