We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5883cf3 commit 3cbaa42Copy full SHA for 3cbaa42
src/RestSharp/RestClient.Extensions.cs
@@ -53,7 +53,6 @@ public static RestResponse<T> Execute<T>(this IRestClient client, RestRequest re
53
/// <summary>
54
/// Executes the request synchronously, authenticating if needed
55
/// </summary>
56
- /// <typeparam name="T">Target deserialization type</typeparam>
57
/// <param name="client"></param>
58
/// <param name="request">Request to be executed</param>
59
public static RestResponse Execute(this IRestClient client, RestRequest request)
0 commit comments