Case<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 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 |