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

GetRemoveMethod() 공개 정적인 메소드

public static GetRemoveMethod ( this eventInfo ) : System.Reflection.MethodInfo
eventInfo this
리턴 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