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