System.Reflection.EventInfoExtensions.GetAddMethod C# (CSharp) Method

GetAddMethod() public static method

public static GetAddMethod ( this eventInfo ) : System.Reflection.MethodInfo
eventInfo this
return 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