BinaryExpression.Method 속성

정의

이항 연산에 대한 구현 메서드를 가져옵니다.

public:
 property System::Reflection::MethodInfo ^ Method { System::Reflection::MethodInfo ^ get(); };
public System.Reflection.MethodInfo Method { get; }
public System.Reflection.MethodInfo? Method { get; }
member this.Method : System.Reflection.MethodInfo
Public ReadOnly Property Method As MethodInfo

속성 값

구현 메서드를 나타내는 MethodInfo입니다.

설명

미리 BinaryExpression 정의된 연산자를 사용하는 연산을 나타내는 경우 속성은 Method 입니다 null.

적용 대상