[Modify] Edit it
This commit is contained in:
parent
200153f56f
commit
79cfe5c10c
@ -198,18 +198,19 @@ namespace WebSocketSharp
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Determines whether the specified <see cref="string"/> contains any of characters in
|
/// Determines whether the specified string contains any of characters in
|
||||||
/// the specified array of <see cref="char"/>.
|
/// the specified array of <see cref="char"/>.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <returns>
|
/// <returns>
|
||||||
/// <c>true</c> if <paramref name="value"/> contains any of <paramref name="anyOf"/>;
|
/// <c>true</c> if <paramref name="value"/> contains any of characters in
|
||||||
/// otherwise, <c>false</c>.
|
/// <paramref name="anyOf"/>; otherwise, <c>false</c>.
|
||||||
/// </returns>
|
/// </returns>
|
||||||
/// <param name="value">
|
/// <param name="value">
|
||||||
/// A <see cref="string"/> to test.
|
/// A <see cref="string"/> to test.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="anyOf">
|
/// <param name="anyOf">
|
||||||
/// An array of <see cref="char"/> that contains characters to find.
|
/// An array of <see cref="char"/> that contains one or more characters to
|
||||||
|
/// seek.
|
||||||
/// </param>
|
/// </param>
|
||||||
internal static bool Contains (this string value, params char[] anyOf)
|
internal static bool Contains (this string value, params char[] anyOf)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user