enumerationHook Class |
Namespace: WhetStone.Looping
public static class enumerationHook
| Name | Description | |
|---|---|---|
| EnumerationHookT(IEnumerableT, FuncT, Boolean, FuncT, Boolean) |
Binds actions to an IEnumerableT, causing the action to call whenever the IEnumerableT is enumerated.
| |
| EnumerationHookT(IEnumerableT, ActionT, ActionT, Action, Action) |
Binds actions to an IEnumerableT, causing the action to call whenever the IEnumerableT is enumerated.
|