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