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

FormatError_MethodCouldNotBeResolved() static private method

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