IScorable<Item,Score>.GetScore(Item, Object) 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.
Gets the score for this item.
public Score GetScore (Item item, object state);
abstract member GetScore : 'Item * obj -> 'Score
Public Function GetScore (item As Item, state As Object) As Score
Parameters
- item
- Item
- state
- Object
Returns
Score