System.Reflection.MethodInfoExtensions.GetBaseDefinition C# (CSharp) 메소드

GetBaseDefinition() 공개 정적인 메소드

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