You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/log4net/Appender/AppenderCollection.cs
+19-19Lines changed: 19 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -409,17 +409,17 @@ public virtual int Capacity
409
409
/// <summary>
410
410
/// Adds the elements of another <see cref="AppenderCollection"/> to the current <see cref="AppenderCollection"/>.
411
411
/// </summary>
412
-
/// <param name="x">The <see cref="AppenderCollection"/> whose elements should be added to the end of the current <see cref="AppenderCollection"/>.</param>
412
+
/// <param name="collection">The <see cref="AppenderCollection"/> whose elements should be added to the end of the current <see cref="AppenderCollection"/>.</param>
413
413
/// <returns>The new <see cref="Count"/> of the <see cref="AppenderCollection"/>.</returns>
@@ -447,18 +447,18 @@ public virtual int AddRange(IAppender[] x)
447
447
/// <summary>
448
448
/// Adds the elements of a <see cref="IAppender"/> collection to the current <see cref="AppenderCollection"/>.
449
449
/// </summary>
450
-
/// <param name="col">The <see cref="IAppender"/> collection whose elements should be added to the end of the <see cref="AppenderCollection"/>.</param>
450
+
/// <param name="collection">The <see cref="IAppender"/> collection whose elements should be added to the end of the <see cref="AppenderCollection"/>.</param>
451
451
/// <returns>The new <see cref="Count"/> of the <see cref="AppenderCollection"/>.</returns>
0 commit comments