LambdaJsonConverterFactory Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.