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
item
Item
state
Object
score
Score

Return Value

Applies to