System [00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00] 1.0.3300.0 1.0.5000.0 2.0.0.0 4.0.0.0 Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details. System.CodeDom.CodeStatement System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch) System.Runtime.InteropServices.ComVisible(true) A can represent a for loop or while loop. The property specifies the statement to execute before the first loop iteration. The property specifies the loop continuation expression, which must evaluate to true at the end of each loop iteration for another iteration to begin. The property specifies the statement to execute at the end of each loop iteration. The property specifies the collection of statements to execute within the loop. Represents a for statement, or a loop through a block of statements, using a test expression as a condition for continuing to loop. Constructor 1.0.5000.0 2.0.0.0 4.0.0.0 To be added Initializes a new instance of the class. Constructor 1.0.5000.0 2.0.0.0 4.0.0.0 System.ParamArray To be added Initializes a new instance of the class using the specified parameters. A containing the loop initialization statement. A containing the expression to test for exit condition. A containing the per-cycle increment statement. An array of type containing the statements within the loop. Property 1.0.5000.0 2.0.0.0 4.0.0.0 System.CodeDom.CodeStatement To be added: an object of type 'CodeStatement' This statement is called after each iteration. Gets or sets the statement that is called after each loop cycle. Property 1.0.5000.0 2.0.0.0 4.0.0.0 System.CodeDom.CodeStatement To be added: an object of type 'CodeStatement' You can specify an empty initialization statement by setting this property to a that contains a that contains an empty string. Gets or sets the loop initialization statement. Property 1.0.5000.0 2.0.0.0 4.0.0.0 System.CodeDom.CodeStatementCollection To be added: an object of type 'CodeStatementCollection' To be added Gets the collection of statements to be executed within the loop. Property 1.0.5000.0 2.0.0.0 4.0.0.0 System.CodeDom.CodeExpression To be added: an object of type 'CodeExpression' If this expression resolves to true, the loop will continue. Gets or sets the expression to test as the condition that continues the loop.