FoldScorable<Item,Score>.HasScore 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.
protected override bool HasScore (Item item, System.Collections.Generic.IReadOnlyList<Microsoft.Bot.Builder.Scorables.Internals.FoldScorable<Item,Score>.State> states);
override this.HasScore : 'Item * System.Collections.Generic.IReadOnlyList<Microsoft.Bot.Builder.Scorables.Internals.FoldScorable<'Item, 'Score>.State> -> bool
Protected Overrides Function HasScore (item As Item, states As IReadOnlyList(Of FoldScorable(Of Item, Score).State)) As Boolean
Parameters
- item
- Item
- states
- IReadOnlyList<FoldScorable<Item,Score>.State>