Interface ILoopEnd
Namespace: Mixture
Assembly: Mixture.Runtime.dll
Syntax
public interface ILoopEnd
Methods
| Improve this Doc View SourceFinalIteration()
Declaration
void FinalIteration()
PrepareLoopEnd(ILoopStart)
Function executed the first time a Loop end is encountered. I.e. at the end of the first loop iteration
Declaration
void PrepareLoopEnd(ILoopStart loopStartNode)
Parameters
Type | Name | Description |
---|---|---|
ILoopStart | loopStartNode |