[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> /// <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> /// </summary>
/// <value> /// <value>
/// <c>true</c> if the access to the collection is thread safe; otherwise, <c>false</c>. /// <para>
/// The default value is <c>false</c>. /// <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> /// </value>
public bool IsSynchronized { public bool IsSynchronized {
get { get {