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