Microsoft.AspNetCore.SignalR.Resources.FormatError_TypeMustBeInterface C# (CSharp) Метод

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

The type T, '{0}', passed to Hub<T> must be an interface.
static private FormatError_TypeMustBeInterface ( object p0 ) : string
p0 object
Результат string
        internal static string FormatError_TypeMustBeInterface(object p0)
        {
            return string.Format(CultureInfo.CurrentCulture, GetString("Error_TypeMustBeInterface"), p0);
        }
Resources