DefaultCase<T,R> Class
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.
The default case for switch. ICase<T,R>
[System.Serializable]
public sealed class DefaultCase<T,R> : Microsoft.Bot.Builder.Dialogs.Case<T,R>
[<System.Serializable>]
type DefaultCase<'T, 'R> = class
inherit Case<'T, 'R>
Public NotInheritable Class DefaultCase(Of T, R)
Inherits Case(Of T, R)
Type Parameters
- T
- R
- Inheritance
- Attributes
Constructors
DefaultCase<T,R>(ContextualSelector<T,R>) |
Constructs the default case for switch. |
Properties
Condition | (Inherited from Case<T,R>) |
Selector | (Inherited from Case<T,R>) |