Goblin - A Platform for 3D AR and VR Applications

IterationStmt Class

A loop construct. This can be a for, do or while loop, however foreach loops are treated separately (as a ForEachStmt).

For a list of all members of this type, see IterationStmt Members.

System.Object
   DDW.CSharp.Dom.CSharpGraph
      DDW.CSharp.Dom.Statement
         DDW.CSharp.Dom.IterationStmt

public class IterationStmt : Statement

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: DDW.CSharp.Dom

Assembly: CSharp (in CSharp.dll)

See Also

IterationStmt Members | DDW.CSharp.Dom Namespace