Microsoft.AspNetCore.SignalR.Resources.FormatError_TypeMustBeInterface C# (CSharp) Method

FormatError_TypeMustBeInterface() static private method

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