We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da23419 commit 515acdcCopy full SHA for 515acdc
RestSharp/Extensions/ReflectionExtensions.cs
@@ -85,7 +85,7 @@ public static object ChangeType(this object source, Type newType, CultureInfo cu
85
/// Find a value from a System.Enum by trying several possible variants
86
/// of the string value of the enum.
87
/// </summary>
88
- /// <param name="type">Type of enum</typeparam>
+ /// <param name="type">Type of enum</param>
89
/// <param name="value">Value for which to search</param>
90
/// <param name="culture">The culture used to calculate the name variants</param>
91
/// <returns></returns>
0 commit comments