Share via


IScorable<Item,Score>.GetScore(Item, Object) Method

Definition

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

Applies to