CodeMemberMethod.Statements 属性

定义

获取方法中的语句。

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

属性值

指示方法中的语句的 A CodeStatementCollection

适用于

另请参阅