FoldScorable<Item,Score>.GetScore Method

Definition

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

Applies to