Case<T,R> Class
Definition
The default implementation of ICase<T,R>.
[System.Serializable]
public class Case<T,R> : Microsoft.Bot.Builder.Dialogs.ICase<T,R>
[<System.Serializable>]
type Case<'T, 'R> = class
interface ICase<'T, 'R>
Public Class Case(Of T, R)
Implements ICase(Of T, R)
Type Parameters
- T
- R
- Inheritance
-
Case<T,R>
- Derived
- Attributes
- Implements
Constructors
Case<T,R>() | |
Case<T,R>(Func<T,Boolean>, ContextualSelector<T,R>) |
Constructs a case. |
Properties
Condition | |
Selector |