DefaultCase<T,R>(ContextualSelector<T,R>) 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.
Constructs the default case for switch.
public DefaultCase (Microsoft.Bot.Builder.Dialogs.ContextualSelector<T,R> selector);
new Microsoft.Bot.Builder.Dialogs.DefaultCase<'T, 'R> : Microsoft.Bot.Builder.Dialogs.ContextualSelector<'T, 'R> -> Microsoft.Bot.Builder.Dialogs.DefaultCase<'T, 'R>
Public Sub New (selector As ContextualSelector(Of T, R))
Parameters
- selector
- ContextualSelector<T,R>
The contextual selector that will be called in default case.