LambdaJsonConverterFactory Konstruktor
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci LambdaJsonConverterFactory třídy.
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))
Parametry
- converterBuilder
- Func<ResourceExplorer,SourceContext,Newtonsoft.Json.JsonConverter>
Funkce pro sestavení Newtonsoft.Json.JsonConverter.