System.Reflection.EventInfoExtensions.GetAddMethod C# (CSharp) 메소드

GetAddMethod() 공개 정적인 메소드

public static GetAddMethod ( this eventInfo ) : System.Reflection.MethodInfo
eventInfo this
리턴 System.Reflection.MethodInfo
        public static System.Reflection.MethodInfo GetAddMethod(this System.Reflection.EventInfo eventInfo) { throw null; }
        public static System.Reflection.MethodInfo GetAddMethod(this System.Reflection.EventInfo eventInfo, bool nonPublic) { throw null; }

Same methods

EventInfoExtensions::GetAddMethod ( this eventInfo, bool nonPublic ) : System.Reflection.MethodInfo