[Modify] Edit it
This commit is contained in:
		| @@ -1781,13 +1781,14 @@ namespace WebSocketSharp | |||||||
|     } |     } | ||||||
|  |  | ||||||
|     /// <summary> |     /// <summary> | ||||||
|     /// Executes the specified <see cref="Action"/> delegate <paramref name="n"/> times. |     /// Executes the specified <see cref="Action"/> delegate | ||||||
|  |     /// <paramref name="n"/> times. | ||||||
|     /// </summary> |     /// </summary> | ||||||
|     /// <param name="n"> |     /// <param name="n"> | ||||||
|     /// An <see cref="int"/> is the number of times to execute. |     /// An <see cref="int"/> 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 int n, Action action) |     public static void Times (this int n, Action action) | ||||||
|     { |     { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user