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

プロパティ値

メソッド内のステートメントを示す CodeStatementCollection

適用対象

こちらもご覧ください