removed SafeMutex, because i found lock expression

This commit is contained in:
2021-10-28 15:02:23 +03:00
parent 9762d7f528
commit 5566170210
6 changed files with 25 additions and 71 deletions

View File

@@ -68,7 +68,7 @@ namespace DTLib.Dtsod
Add(pair.Key, pair.Value);
}
public DtsodV22(Dictionary<string, DtsodV22.ValueStruct> dict)
public DtsodV22(Dictionary<string, ValueStruct> dict)
{
foreach (KeyValuePair<string, ValueStruct> pair in dict)
Add(pair.Key, pair.Value);