System.CodeDom.CodeIterationStatement.InitStatement Property

Gets or sets the loop initialization statement.

Syntax

public CodeStatement InitStatement { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

You can specify an empty initialization statement by setting this property to a System.CodeDom.CodeExpressionStatement that contains a System.CodeDom.CodeSnippetExpression that contains an empty string.

Requirements

Namespace: System.CodeDom
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0