WhereScoreScorable<Item,Score> Constructor
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 WhereScoreScorable (Microsoft.Bot.Builder.Scorables.IScorable<Item,Score> scorable, Func<Item,Score,bool> predicate);
new Microsoft.Bot.Builder.Scorables.Internals.WhereScoreScorable<'Item, 'Score> : Microsoft.Bot.Builder.Scorables.IScorable<'Item, 'Score> * Func<'Item, 'Score, bool> -> Microsoft.Bot.Builder.Scorables.Internals.WhereScoreScorable<'Item, 'Score>
Public Sub New (scorable As IScorable(Of Item, Score), predicate As Func(Of Item, Score, Boolean))
Parameters
- scorable
- IScorable<Item,Score>