示例#1
0
 /// <summary>
 /// TypeLoadException with message like "The operation requires a non-generic type for {0}, but this represents generic types only"
 /// </summary>
 internal static Exception NonGenericWithGenericGroup(object p0)
 {
     return(new TypeLoadException(Strings.NonGenericWithGenericGroup(p0)));
 }