Scorable.WhereScore<Item,Score> Method
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.
public static Microsoft.Bot.Builder.Scorables.IScorable<Item,Score> WhereScore<Item,Score> (this Microsoft.Bot.Builder.Scorables.IScorable<Item,Score> scorable, Func<Item,Score,bool> predicate);
static member WhereScore : Microsoft.Bot.Builder.Scorables.IScorable<'Item, 'Score> * Func<'Item, 'Score, bool> -> Microsoft.Bot.Builder.Scorables.IScorable<'Item, 'Score>
<Extension()>
Public Function WhereScore(Of Item, Score) (scorable As IScorable(Of Item, Score), predicate As Func(Of Item, Score, Boolean)) As IScorable(Of Item, Score)
Type Parameters
- Item
- Score
Parameters
- scorable
- IScorable<Item,Score>