mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-22 08:38:47 +00:00
style(docs): one-line <returns> element
This commit is contained in:
parent
da08d23aee
commit
579a1d8c89
@ -911,8 +911,7 @@ public static class StringExtensions
|
||||
/// </summary>
|
||||
/// <param name="value">The string to repeat.</param>
|
||||
/// <param name="count">The repeat count.</param>
|
||||
/// <returns>A string containing <paramref name="value" /> repeated <paramref name="count" /> times.
|
||||
/// </returns>
|
||||
/// <returns>A string containing <paramref name="value" /> repeated <paramref name="count" /> times.</returns>
|
||||
/// <exception cref="ArgumentNullException"><paramref name="value" /> is <see langword="null" />.</exception>
|
||||
[Pure]
|
||||
[MethodImpl(CompilerResources.MethodImplOptions)]
|
||||
|
Loading…
Reference in New Issue
Block a user