Share via


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입니다.

적용 대상

추가 정보