Scorable.WhereScore<Item,Score> Method
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.
C#
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)
- Item
- Score
- scorable
- IScorable<Item,Score>
Product | Versions |
---|---|
Microsoft.Bot.Builder | 3.0 |