System.Linq.Expressions.Strings.MethodIsGeneric C# (CSharp) Метод

MethodIsGeneric() статический приватный Метод

A string like "Method {0} is a generic method definition"
static private MethodIsGeneric ( object p0 ) : string
p0 object
Результат string
        internal static string MethodIsGeneric(object p0) => SR.Format(SR.MethodIsGeneric, p0);

Usage Example

Пример #1
0
 internal static Exception MethodIsGeneric(object p0)
 {
     return(new ArgumentException(Strings.MethodIsGeneric(p0)));
 }
Strings