Case<T,R> Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Implémentation par défaut de 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)
Paramètres de type
- T
- R
- Héritage
-
Case<T,R>
- Dérivé
- Attributs
- Implémente
Constructeurs
Case<T,R>() |
Implémentation par défaut de ICase<T,R>. |
Case<T,R>(Func<T,Boolean>, ContextualSelector<T,R>) |
Construit un cas. |
Propriétés
Condition |
Implémentation par défaut de ICase<T,R>. |
Selector |
Implémentation par défaut de ICase<T,R>. |