From b79141f9903b60c007c87a96634e6ad5fb9c43c1 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 20 Mar 2019 22:55:40 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/Net/CookieCollection.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/CookieCollection.cs b/websocket-sharp/Net/CookieCollection.cs index 8df6d52e..62ef9c46 100644 --- a/websocket-sharp/Net/CookieCollection.cs +++ b/websocket-sharp/Net/CookieCollection.cs @@ -190,7 +190,7 @@ namespace WebSocketSharp.Net /// /// An used to synchronize access to the collection. /// - public Object SyncRoot { + public object SyncRoot { get { return _sync; }