다음을 통해 공유


MetaFunction.Method 속성

정의

내부 컨텍스트 메서드를 가져옵니다.

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

속성 값

내부 컨텍스트 메서드에 해당하는 MethodInfo 개체입니다.

적용 대상