We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b8bb9 commit facdf11Copy full SHA for facdf11
src/Renci.SshNet/Common/Extensions.cs
@@ -353,11 +353,9 @@ internal static void Dispose(this System.Security.Cryptography.HashAlgorithm alg
353
354
#if !FEATURE_STRINGBUILDER_CLEAR
355
/// <summary>
356
- /// Clears the contents of the string builder.
+ /// Clears the contents of the string builder.
357
/// </summary>
358
- /// <param name="value">
359
- /// The <see cref="StringBuilder"/> to clear.
360
- /// </param>
+ /// <param name="value">The <see cref="StringBuilder"/> to clear.</param>
361
public static void Clear(this StringBuilder value)
362
{
363
value.Length = 0;
0 commit comments