C# - Making a class thread safe

前端 未结 0 1893
半阙折子戏
半阙折子戏 2021-01-15 01:47

I have been given the following code and tasked with making it thread safe:

public class HashtableWrapper
{

    private Hashtable _cachedData;

    public Ha         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题