CodeMethodInvokeExpression.Method プロパティ

定義

呼び出されるメソッドを取得または設定します。

public:
 property System::CodeDom::CodeMethodReferenceExpression ^ Method { System::CodeDom::CodeMethodReferenceExpression ^ get(); void set(System::CodeDom::CodeMethodReferenceExpression ^ value); };
public System.CodeDom.CodeMethodReferenceExpression Method { get; set; }
member this.Method : System.CodeDom.CodeMethodReferenceExpression with get, set
Public Property Method As CodeMethodReferenceExpression

プロパティ値

呼び出されるメソッドを示す CodeMethodReferenceExpression

適用対象