Microsoft.AspNetCore.SignalR.Resources.FormatError_MethodCouldNotBeResolved C# (CSharp) 메소드

FormatError_MethodCouldNotBeResolved() 정적인 개인적인 메소드

'{0}' method could not be resolved. No method found with that name.
static private FormatError_MethodCouldNotBeResolved ( object p0 ) : string
p0 object
리턴 string
        internal static string FormatError_MethodCouldNotBeResolved(object p0)
        {
            return string.Format(CultureInfo.CurrentCulture, GetString("Error_MethodCouldNotBeResolved"), p0);
        }
Resources