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

속성 값

CodeStatementCollection 조건식이 .로 계산되는 경우 실행할 문이 포함된 값입니다.true

적용 대상

추가 정보