InterfaceConverter<T>(ResourceExplorer, SourceContext) 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 InterfaceConverter<T> class.
public InterfaceConverter (Microsoft.Bot.Builder.Dialogs.Declarative.Resources.ResourceExplorer resourceExplorer, Microsoft.Bot.Builder.Dialogs.Debugging.SourceContext sourceContext);
new Microsoft.Bot.Builder.Dialogs.Declarative.Converters.InterfaceConverter<'T (requires 'T : null)> : Microsoft.Bot.Builder.Dialogs.Declarative.Resources.ResourceExplorer * Microsoft.Bot.Builder.Dialogs.Debugging.SourceContext -> Microsoft.Bot.Builder.Dialogs.Declarative.Converters.InterfaceConverter<'T (requires 'T : null)>
Public Sub New (resourceExplorer As ResourceExplorer, sourceContext As SourceContext)
Parameters
- resourceExplorer
- ResourceExplorer
A ResourceExplorer object to initialize the current instance.
- sourceContext
- SourceContext
A SourceContext object to initialize the current instance.