OrderScorableFactory<Item,Score>.IScorableFactory<Item,Score>.ScorableFor(IEnumerable<MethodInfo>) Method

Definition

Microsoft.Bot.Builder.Scorables.IScorable<Item,Score> IScorableFactory<Item,Score>.ScorableFor (System.Collections.Generic.IEnumerable<System.Reflection.MethodInfo> methods);
abstract member Microsoft.Bot.Builder.Scorables.Internals.IScorableFactory<Item,Score>.ScorableFor : seq<System.Reflection.MethodInfo> -> Microsoft.Bot.Builder.Scorables.IScorable<'Item, 'Score>
override this.Microsoft.Bot.Builder.Scorables.Internals.IScorableFactory<Item,Score>.ScorableFor : seq<System.Reflection.MethodInfo> -> Microsoft.Bot.Builder.Scorables.IScorable<'Item, 'Score>
Function ScorableFor (methods As IEnumerable(Of MethodInfo)) As IScorable(Of Item, Score) Implements IScorableFactory(Of Item, Score).ScorableFor

Parameters

Returns

IScorable<Item,Score>

Implements

Applies to