次の方法で共有


DelegatingFoldScorable<Item,Score> コンストラクター

定義

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

パラメーター

comparer
IComparer<Score>
scorables
IEnumerable<IScorable<Item,Score>>

適用対象