Search Results

2
votes

ICollection, readonly collections, and synchronisation. Is this right?

Yes this is an issue in some cases. Even though the collection is read only and cannot be changed, the objects the collection references are not read only. Thus if the clients use the SyncRoot to p …