[Modify] Edit it
This commit is contained in:
parent
df1f7adbfe
commit
f36fb1f2a2
@ -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>
|
||||||
|
/// <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>.
|
/// The default value is <c>false</c>.
|
||||||
|
/// </para>
|
||||||
/// </value>
|
/// </value>
|
||||||
public bool IsSynchronized {
|
public bool IsSynchronized {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user