FoldScorable<Item,Score>.OnStageDelegate Delegate
Definition
Event handler delegate for fold scorable stages.
public delegate bool FoldScorable<Item,Score>.OnStageDelegate(FoldStage stage, IScorable<Item,Score> scorable, Item item, object state, Score score);
type FoldScorable<'Item, 'Score>.OnStageDelegate = delegate of FoldStage * IScorable<'Item, 'Score> * 'Item * obj * 'Score -> bool
Public Delegate Function FoldScorable(Of Item, Score).OnStageDelegate(stage As FoldStage, scorable As IScorable(Of Item, Score), item As Item, state As Object, score As Score) As Boolean
Parameters
- stage
- FoldStage
- scorable
- IScorable<Item,Score>
- item
- Item
- state
- Object
- score
- Score
Return Value
- Inheritance
-
FoldScorable<Item,Score>.OnStageDelegate