CodeIterationStatement::Statements Property

 

Gets the collection of statements to be executed within the loop.

Namespace:   System.CodeDom
Assembly:  System (in System.dll)

public:
property CodeStatementCollection^ Statements {
	CodeStatementCollection^ get();
}

Property Value

Type: System.CodeDom::CodeStatementCollection^

An array of type CodeStatement that indicates the statements within the loop.

.NET Framework
Available since 1.1
Return to top
Show: