Beispiel #1
0
 public static bool IsConstructedGenericMethod(this MethodBase m) => m.IsImplementedByRuntime() ? (m.IsGenericMethod && !m.IsGenericMethodDefinition) : m.CallUsingReflection <bool>("get_IsConstructedGenericMethod");