Skip to content

Commit 331a3a0

Browse files
No need to cast here
1 parent 00308de commit 331a3a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/client/RabbitMQ.Client/src/client/impl/ConnectionBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ public IDictionary<string, object> ClientProperties
237237
{
238238
get
239239
{
240-
return new Dictionary<string, object>((Dictionary<string, object>)m_clientProperties);
240+
return m_clientProperties;
241241
}
242242
set
243243
{

0 commit comments

Comments
 (0)