mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-10 04:55:42 +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>
|
/// </summary>
|
||||||
/// <param name="value">The input string.</param>
|
/// <param name="value">The input string.</param>
|
||||||
/// <returns>
|
/// <returns>
|
||||||
/// Returns <see langword="true" /> if all alpha characters are lowercase, <see langword="false" />
|
/// <see langword="true" /> if all alpha characters in this string are lowercase; otherwise, <see langword="false" />.
|
||||||
/// otherwise.
|
|
||||||
/// </returns>
|
/// </returns>
|
||||||
public static bool IsLower(this string value)
|
public static bool IsLower(this string value)
|
||||||
{
|
{
|
||||||
@ -140,8 +139,7 @@ public static class StringExtensions
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="value">The input string.</param>
|
/// <param name="value">The input string.</param>
|
||||||
/// <returns>
|
/// <returns>
|
||||||
/// Returns <see langword="true" /> if all alpha characters are uppercase, <see langword="false" />
|
/// <see langword="true" /> if all alpha characters in this string are uppercase; otherwise, <see langword="false" />.
|
||||||
/// otherwise.
|
|
||||||
/// </returns>
|
/// </returns>
|
||||||
public static bool IsUpper(this string value)
|
public static bool IsUpper(this string value)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user