Skip to content

Don't use SynchronizedCollection<T> , Use collections provided by the System.Collections.Concurrent #11

@c2trl

Description

@c2trl

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions