System.Dynamic.Utils.Strings.TypeIsGeneric C# (CSharp) Method

TypeIsGeneric() static private method

A string like "Type {0} is a generic type definition"
static private TypeIsGeneric ( object p0 ) : string
p0 object
return string
        internal static string TypeIsGeneric(object p0) => SR.Format(SR.TypeIsGeneric, p0);