mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-09 23:25:43 +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>
|
/// </summary>
|
||||||
/// <param name="value">The string to repeat.</param>
|
/// <param name="value">The string to repeat.</param>
|
||||||
/// <param name="count">The repeat count.</param>
|
/// <param name="count">The repeat count.</param>
|
||||||
/// <returns>A string containing <paramref name="value" /> repeated <paramref name="count" /> times.
|
/// <returns>A string containing <paramref name="value" /> repeated <paramref name="count" /> times.</returns>
|
||||||
/// </returns>
|
|
||||||
/// <exception cref="ArgumentNullException"><paramref name="value" /> is <see langword="null" />.</exception>
|
/// <exception cref="ArgumentNullException"><paramref name="value" /> is <see langword="null" />.</exception>
|
||||||
[Pure]
|
[Pure]
|
||||||
[MethodImpl(CompilerResources.MethodImplOptions)]
|
[MethodImpl(CompilerResources.MethodImplOptions)]
|
||||||
|
Loading…
Reference in New Issue
Block a user