From dba8b2325c4d62156234ef641e287d7362fddc34 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 21 Sep 2019 20:28:18 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Ext.cs | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/websocket-sharp/Ext.cs b/websocket-sharp/Ext.cs index 1098c4f7..fc03f3ac 100644 --- a/websocket-sharp/Ext.cs +++ b/websocket-sharp/Ext.cs @@ -1937,15 +1937,18 @@ namespace WebSocketSharp } /// - /// Executes the specified Action<ulong> delegate times. + /// Executes the specified delegate times. /// /// - /// A is the number of times to execute. + /// A that specifies the number of times to execute. /// /// - /// An Action<ulong> delegate that references the method(s) to execute. - /// A parameter to pass to this method(s) is the zero-based count of - /// iteration. + /// + /// An Action<ulong> delegate to execute. + /// + /// + /// The parameter is the zero-based count of iteration. + /// /// public static void Times (this ulong n, Action action) {