FoldScorable<Item,Score> Constructor

Definition

public FoldScorable (System.Collections.Generic.IComparer<Score> comparer, System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Scorables.IScorable<Item,Score>> scorables);
new Microsoft.Bot.Builder.Scorables.Internals.FoldScorable<'Item, 'Score> : System.Collections.Generic.IComparer<'Score> * seq<Microsoft.Bot.Builder.Scorables.IScorable<'Item, 'Score>> -> Microsoft.Bot.Builder.Scorables.Internals.FoldScorable<'Item, 'Score>
Public Sub New (comparer As IComparer(Of Score), scorables As IEnumerable(Of IScorable(Of Item, Score)))

Parameters

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

Applies to