CodeConditionStatement.TrueStatements 속성

정의

조건식이 true인 경우 실행할 문의 컬렉션을 가져옵니다.

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

속성 값

조건식이 true인 경우 실행할 문이 들어 있는 CodeStatementCollection입니다.

적용 대상

추가 정보