CodeConditionStatement::TrueStatements Property
.NET Framework (current version)
Gets the collection of statements to execute if the conditional expression evaluates to true.
Assembly: System (in System.dll)
public: property CodeStatementCollection^ TrueStatements { CodeStatementCollection^ get(); }
Property Value
Type: System.CodeDom::CodeStatementCollection^A CodeStatementCollection containing the statements to execute if the conditional expression evaluates to true.
.NET Framework
Available since 1.1
Available since 1.1
Show: