agoda-com / agoda-com/standards-c-sharp
Don't use SynchronizedCollection<T> , Use collections provided by the System.Collections.Concurrent
未关闭
bug
- 主要语言
- 没有语言数据
- 星标
- 22
- 派生
- 4
- PR 合并指标
- 30 天内没有已合并 PR
描述
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)
贡献指南
评估
这个 Issue 还没有评估数据。