Delegate.Method 속성

정의

대리자가 나타내는 메서드를 가져옵니다.

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

속성 값

MethodInfo 대리자가 나타내는 메서드를 설명하는 메서드입니다.

예외

호출자는 대리자가 나타내는 메서드에 액세스할 수 없습니다(예: 메서드가 프라이빗인 경우).

적용 대상

추가 정보