다음을 통해 공유


CodeIterationStatement.Statements 속성

정의

루프 내에서 실행되는 문의 컬렉션을 가져옵니다.

public:
 property System::CodeDom::CodeStatementCollection ^ Statements { System::CodeDom::CodeStatementCollection ^ get(); };
public System.CodeDom.CodeStatementCollection Statements { get; }
member this.Statements : System.CodeDom.CodeStatementCollection
Public ReadOnly Property Statements As CodeStatementCollection

속성 값

루프 내의 문을 나타내는 CodeStatement 형식의 배열입니다.

적용 대상

추가 정보