agoda-com / agoda-com/standards-c-sharp
Don't use SynchronizedCollection<T> , Use collections provided by the System.Collections.Concurrent
Đang mở
bug
- Ngôn ngữ chính
- Không có dữ liệu ngôn ngữ
- Star
- 22
- Fork
- 4
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
List => SynchronizedCollection
SynchronizedCollection : use lock statement in every access
You should use one of the collections provided by the System.Collections.Concurrent namespace
[When to Use a Thread-Safe Collection](http://msdn.microsoft.com/en-us/library/dd997373.aspx)
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.