ScorableBase<Item,State,Score>.GetScore(Item, State) 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 abstract Score GetScore (Item item, State state);
abstract member GetScore : 'Item * 'State -> 'Score
Protected MustOverride Function GetScore (item As Item, state As State) As Score
Parameters
- item
- Item
- state
- State
Returns
Score