LambdaJsonConverterFactory 构造函数

定义

初始化 LambdaJsonConverterFactory 类的新实例。

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

参数

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

用于生成 的 Newtonsoft.Json.JsonConverter函数。

适用于