[Modify] Edit it
This commit is contained in:
parent
2df1ee86c1
commit
de9ac48b40
@ -1394,12 +1394,12 @@ namespace WebSocketSharp
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Determines whether the specified <see cref="string"/> is
|
||||
/// <see langword="null"/> or an empty string.
|
||||
/// Determines whether the specified string is <see langword="null"/> or
|
||||
/// an empty string.
|
||||
/// </summary>
|
||||
/// <returns>
|
||||
/// <c>true</c> if <paramref name="value"/> is <see langword="null"/> or
|
||||
/// an empty string; otherwise, <c>false</c>.
|
||||
/// <c>true</c> if the string is <see langword="null"/> or an empty string;
|
||||
/// otherwise, <c>false</c>.
|
||||
/// </returns>
|
||||
/// <param name="value">
|
||||
/// A <see cref="string"/> to test.
|
||||
|
Loading…
Reference in New Issue
Block a user