Skip to content

Commit 0e6d31d

Browse files
Ditto
1 parent c3ac2c5 commit 0e6d31d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/client/RabbitMQ.Client/src/util/SynchronizedList.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public bool IsReadOnly
2323
{
2424
get
2525
{
26-
return ((IList<T>)this.list).IsReadOnly;
26+
return this.list.IsReadOnly;
2727
}
2828
}
2929

0 commit comments

Comments
 (0)