DelegatingFoldScorable<Item,Score> Constructeur
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.
public DelegatingFoldScorable (Microsoft.Bot.Builder.Scorables.Internals.FoldScorable<Item,Score>.OnStageDelegate onStage, System.Collections.Generic.IComparer<Score> comparer, System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Scorables.IScorable<Item,Score>> scorables);
new Microsoft.Bot.Builder.Scorables.Internals.DelegatingFoldScorable<'Item, 'Score> : Microsoft.Bot.Builder.Scorables.Internals.FoldScorable<'Item, 'Score>.OnStageDelegate * System.Collections.Generic.IComparer<'Score> * seq<Microsoft.Bot.Builder.Scorables.IScorable<'Item, 'Score>> -> Microsoft.Bot.Builder.Scorables.Internals.DelegatingFoldScorable<'Item, 'Score>
Public Sub New (onStage As FoldScorable(Of Item, Score).OnStageDelegate, comparer As IComparer(Of Score), scorables As IEnumerable(Of IScorable(Of Item, Score)))
Paramètres
- comparer
- IComparer<Score>
- scorables
- IEnumerable<IScorable<Item,Score>>