Scorable.Fold<Item,Score> メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
スコア比較子を使用して、スコアブルの列挙を折りたたむ。
public static Microsoft.Bot.Builder.Scorables.IScorable<Item,Score> Fold<Item,Score>(this System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Scorables.IScorable<Item,Score>> scorables, System.Collections.Generic.IComparer<Score> comparer = default, Microsoft.Bot.Builder.Scorables.Internals.FoldScorable<Item,Score>.OnStageDelegate onStage = default);
static member Fold : seq<Microsoft.Bot.Builder.Scorables.IScorable<'Item, 'Score>> * System.Collections.Generic.IComparer<'Score> * Microsoft.Bot.Builder.Scorables.Internals.FoldScorable<'Item, 'Score>.OnStageDelegate -> Microsoft.Bot.Builder.Scorables.IScorable<'Item, 'Score>
<Extension()>
Public Function Fold(Of Item, Score) (scorables As IEnumerable(Of IScorable(Of Item, Score)), Optional comparer As IComparer(Of Score) = Nothing, Optional onStage As FoldScorable(Of Item, Score).OnStageDelegate = Nothing) As IScorable(Of Item, Score)
型パラメーター
- Item
- Score
パラメーター
- scorables
- IEnumerable<IScorable<Item,Score>>
- comparer
- IComparer<Score>