mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-10 05:15:43 +00:00
Remove "returns" wording from xmldoc
This commit is contained in:
parent
433d365a89
commit
d1e5dc2c7b
@ -58,8 +58,7 @@ public static class StringExtensions
|
||||
/// </summary>
|
||||
/// <param name="value">The input string.</param>
|
||||
/// <returns>
|
||||
/// Returns <see langword="true" /> if all alpha characters are lowercase, <see langword="false" />
|
||||
/// otherwise.
|
||||
/// <see langword="true" /> if all alpha characters in this string are lowercase; otherwise, <see langword="false" />.
|
||||
/// </returns>
|
||||
public static bool IsLower(this string value)
|
||||
{
|
||||
@ -140,8 +139,7 @@ public static class StringExtensions
|
||||
/// </summary>
|
||||
/// <param name="value">The input string.</param>
|
||||
/// <returns>
|
||||
/// Returns <see langword="true" /> if all alpha characters are uppercase, <see langword="false" />
|
||||
/// otherwise.
|
||||
/// <see langword="true" /> if all alpha characters in this string are uppercase; otherwise, <see langword="false" />.
|
||||
/// </returns>
|
||||
public static bool IsUpper(this string value)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user