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

GetRaiseMethod() public static method

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

Same methods

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