FoldScorable<Item,Score>.GetScore 方法

定义

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

参数

item
Item
states
IReadOnlyList<FoldScorable<Item,Score>.State>

返回

Score

适用于