PriorityCache.opApplyReverse

A foreach-iterator for iterating over the items in the tree.

The items are passed in a ascending order of priority (lowest priority first followed by higher priority).

Parmas: dg = the foreach delegate

class PriorityCache(T)
int
opApplyReverse
()

Return Value

Type: int

If dg returns a nonzero value then the method return that value, returns zero otherwise

Meta