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