OrderScorableFactory<Item,Score> Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
OrderScorableFactory<Item,Score>(FoldScorable<Item,Score>.OnStageDelegate, IComparer<Score>, IScorableFactory<Item,Score>[])
public OrderScorableFactory (Microsoft.Bot.Builder.Scorables.Internals.FoldScorable<Item,Score>.OnStageDelegate onStage, System.Collections.Generic.IComparer<Score> comparer, params Microsoft.Bot.Builder.Scorables.Internals.IScorableFactory<Item,Score>[] factories);
new Microsoft.Bot.Builder.Scorables.Internals.OrderScorableFactory<'Item, 'Score> : Microsoft.Bot.Builder.Scorables.Internals.FoldScorable<'Item, 'Score>.OnStageDelegate * System.Collections.Generic.IComparer<'Score> * Microsoft.Bot.Builder.Scorables.Internals.IScorableFactory<'Item, 'Score>[] -> Microsoft.Bot.Builder.Scorables.Internals.OrderScorableFactory<'Item, 'Score>
Public Sub New (onStage As FoldScorable(Of Item, Score).OnStageDelegate, comparer As IComparer(Of Score), ParamArray factories As IScorableFactory(Of Item, Score)())
Parameters
- comparer
- IComparer<Score>
- factories
- IScorableFactory<Item,Score>[]
Applies to
OrderScorableFactory<Item,Score>(FoldScorable<Item,Score>.OnStageDelegate, IComparer<Score>, IEnumerable<IScorableFactory<Item,Score>>)
public OrderScorableFactory (Microsoft.Bot.Builder.Scorables.Internals.FoldScorable<Item,Score>.OnStageDelegate onStage, System.Collections.Generic.IComparer<Score> comparer, System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.Scorables.Internals.IScorableFactory<Item,Score>> factories);
new Microsoft.Bot.Builder.Scorables.Internals.OrderScorableFactory<'Item, 'Score> : Microsoft.Bot.Builder.Scorables.Internals.FoldScorable<'Item, 'Score>.OnStageDelegate * System.Collections.Generic.IComparer<'Score> * seq<Microsoft.Bot.Builder.Scorables.Internals.IScorableFactory<'Item, 'Score>> -> Microsoft.Bot.Builder.Scorables.Internals.OrderScorableFactory<'Item, 'Score>
Public Sub New (onStage As FoldScorable(Of Item, Score).OnStageDelegate, comparer As IComparer(Of Score), factories As IEnumerable(Of IScorableFactory(Of Item, Score)))
Parameters
- comparer
- IComparer<Score>
- factories
- IEnumerable<IScorableFactory<Item,Score>>