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

FormatError_MethodCouldNotBeResolvedCandidates() static private method

'{0}' method could not be resolved. Potential candidates are: {1}
static private FormatError_MethodCouldNotBeResolvedCandidates ( object p0, object p1 ) : string
p0 object
p1 object
return string
        internal static string FormatError_MethodCouldNotBeResolvedCandidates(object p0, object p1)
        {
            return string.Format(CultureInfo.CurrentCulture, GetString("Error_MethodCouldNotBeResolvedCandidates"), p0, p1);
        }
Resources