다음을 통해 공유


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.

적용 대상