System.Reflection.MethodInfoExtensions.GetBaseDefinition C# (CSharp) Method

GetBaseDefinition() public static method

public static GetBaseDefinition ( this method ) : System.Reflection.MethodInfo
method this
return System.Reflection.MethodInfo
        public static System.Reflection.MethodInfo GetBaseDefinition(this System.Reflection.MethodInfo method) { throw null; }
    }
MethodInfoExtensions