[Modify] Edit it

This commit is contained in:
sta 2019-03-24 21:32:24 +09:00
parent df1f7adbfe
commit f36fb1f2a2

View File

@ -123,11 +123,17 @@ namespace WebSocketSharp.Net
}
/// <summary>
/// Gets a value indicating whether the access to the collection is thread safe.
/// Gets a value indicating whether the access to the collection is
/// thread safe.
/// </summary>
/// <value>
/// <c>true</c> if the access to the collection is thread safe; otherwise, <c>false</c>.
/// <para>
/// <c>true</c> if the access to the collection is thread safe;
/// otherwise, <c>false</c>.
/// </para>
/// <para>
/// The default value is <c>false</c>.
/// </para>
/// </value>
public bool IsSynchronized {
get {