[Modify] Edit it

master
sta 8 years ago
parent 2df1ee86c1
commit de9ac48b40

@ -1394,12 +1394,12 @@ namespace WebSocketSharp
} }
/// <summary> /// <summary>
/// Determines whether the specified <see cref="string"/> is /// Determines whether the specified string is <see langword="null"/> or
/// <see langword="null"/> or an empty string. /// an empty string.
/// </summary> /// </summary>
/// <returns> /// <returns>
/// <c>true</c> if <paramref name="value"/> is <see langword="null"/> or /// <c>true</c> if the string is <see langword="null"/> or an empty string;
/// an empty string; otherwise, <c>false</c>. /// otherwise, <c>false</c>.
/// </returns> /// </returns>
/// <param name="value"> /// <param name="value">
/// A <see cref="string"/> to test. /// A <see cref="string"/> to test.

Loading…
Cancel
Save