dotnet-api-docs
dotnet-api-docs copied to clipboard
Clarified about copying an immutable dictionary
Summary
I think saying that a copy is made is misleading, because it makes the person assume a copy of the whole dictionary is made, whereas in reality operations like Add are O(log(N)) complex.