wasSharp

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 26  →  ?path2? @ 27
/Collections/Utilities/CollectionExtensions.cs
@@ -52,6 +52,7 @@
target[o.Key] = o.Value;
}
break;
 
default:
lock (LockObject)
{
@@ -69,6 +70,7 @@
case true:
dictionary[key] = value;
break;
 
default:
dictionary.Add(key, value);
break;
@@ -97,4 +99,4 @@
return dict;
}
}
}
}