Gets or sets the statements within the method.
[Visual Basic] Public ReadOnly Property Statements As CodeStatementCollection [C#] public CodeStatementCollection Statements {get;} [C++] public: __property CodeStatementCollection* get_Statements(); [JScript] public function get Statements() : CodeStatementCollection;
A CodeStatementCollection indicating the statements within the method.
CodeMemberMethod Class | CodeMemberMethod Members | System.CodeDOM Namespace | CodeStatementCollection