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

GetRemoveMethod() public static method

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

Same methods

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