UnaryExpression.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

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

적용 대상