[Modify] Edit it

master
sta 6 years ago
parent c4cb334b93
commit bdb759c4e1

@ -1823,13 +1823,13 @@ namespace WebSocketSharp
} }
/// <summary> /// <summary>
/// Executes the specified <see cref="Action"/> delegate <paramref name="n"/> times. /// Executes the specified delegate the specified times.
/// </summary> /// </summary>
/// <param name="n"> /// <param name="n">
/// A <see cref="uint"/> is the number of times to execute. /// A <see cref="uint"/> that specifies the number of times to execute.
/// </param> /// </param>
/// <param name="action"> /// <param name="action">
/// An <see cref="Action"/> delegate that references the method(s) to execute. /// An <see cref="Action"/> delegate to execute.
/// </param> /// </param>
public static void Times (this uint n, Action action) public static void Times (this uint n, Action action)
{ {

Loading…
Cancel
Save