Show / Hide Table of Contents

Interface ILoopEnd

Namespace: Mixture
Assembly: Mixture.Runtime.dll
Syntax
public interface ILoopEnd

Methods

| Improve this Doc View Source

FinalIteration()

Declaration
void FinalIteration()
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
Back to top Generated by DocFX