[Modify] Edit it
This commit is contained in:
		@@ -1885,15 +1885,18 @@ namespace WebSocketSharp
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /// <summary>
 | 
			
		||||
    /// Executes the specified <c>Action<long></c> delegate <paramref name="n"/> times.
 | 
			
		||||
    /// Executes the specified delegate <paramref name="n"/> times.
 | 
			
		||||
    /// </summary>
 | 
			
		||||
    /// <param name="n">
 | 
			
		||||
    /// A <see cref="long"/> is the number of times to execute.
 | 
			
		||||
    /// A <see cref="long"/> that specifies the number of times to execute.
 | 
			
		||||
    /// </param>
 | 
			
		||||
    /// <param name="action">
 | 
			
		||||
    /// An <c>Action<long></c> delegate that references the method(s) to execute.
 | 
			
		||||
    /// A <see cref="long"/> parameter to pass to the method(s) is the zero-based count of
 | 
			
		||||
    /// iteration.
 | 
			
		||||
    ///   <para>
 | 
			
		||||
    ///   An <c>Action<long></c> delegate to execute.
 | 
			
		||||
    ///   </para>
 | 
			
		||||
    ///   <para>
 | 
			
		||||
    ///   The <see cref="long"/> parameter is the zero-based count of iteration.
 | 
			
		||||
    ///   </para>
 | 
			
		||||
    /// </param>
 | 
			
		||||
    public static void Times (this long n, Action<long> action)
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user