Gets or sets the statements to execute if test condition is true.
[Visual Basic] Public ReadOnly Property TrueStatements As CodeStatementCollection [C#] public CodeStatementCollection TrueStatements {get;} [C++] public: __property CodeStatementCollection* get_TrueStatements(); [JScript] public function get TrueStatements() : CodeStatementCollection;
An array of type CodeStatement containing the statements to execute if the condition is true.
CodeIfStatement Class | CodeIfStatement Members | System.CodeDOM Namespace | CodeStatementCollection