Share via


LambdaJsonConverterFactory Constructor

Definition

Initializes a new instance of the LambdaJsonConverterFactory class.

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))

Parameters

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

Function to build the Newtonsoft.Json.JsonConverter.

Applies to