.NET Framework Class Library  

CodeIterationStatement.Statements Property

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

[Visual Basic]
Public ReadOnly Property Statements As CodeStatementCollection
[C#]
public CodeStatementCollection Statements {get;}
[C++]
public: __property CodeStatementCollection* get_Statements();
[JScript]
public function get Statements() : CodeStatementCollection;

Property Value

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

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

CodeIterationStatement Class | CodeIterationStatement Members | System.CodeDom Namespace | CodeStatement