[hygiene] simplify the code dealing with internal collections
authorJb Evain <jbevain@gmail.com>
Wed, 11 Aug 2010 09:23:35 +0000 (11:23 +0200)
committerJb Evain <jbevain@gmail.com>
Wed, 11 Aug 2010 09:23:35 +0000 (11:23 +0200)
commit040f24a7df2d755d8f915797fe9b0e34bcb3cd6e
tree7e60b81f933ce19247f84ab33d979bdf398b70e2
parentfbe3813fb2e708f524aa875ffc921f9981b699e3
[hygiene] simplify the code dealing with internal collections

Initialize the objets with the provided source at construction time
like SL does, and thus avoid dealing with two different sources.
mcs/class/System.Json/System.Json.dll.sources
mcs/class/System.Json/System.Json/JsonArray.cs
mcs/class/System.Json/System.Json/JsonObject.cs
mcs/class/System.Json/System.Json/MergedEnumerable.cs [deleted file]