Fix code generation issue with nested generic types
authorLluis Sanchez <lluis@novell.com>
Mon, 13 Dec 2010 12:46:29 +0000 (13:46 +0100)
committerLluis Sanchez <lluis@novell.com>
Mon, 13 Dec 2010 12:49:35 +0000 (13:49 +0100)
commit0dcc87e549fae8d05d169aa14c13f4837735be5d
treee8d099a738b20ba667dfce88b2a9921edac965c1
parent6eb0ebd56c51cba99e85c8bd3b7808df6a2b38cd
Fix code generation issue with nested generic types

The type argument list for generic nested types include
all types arguments for the whole declaring type chain.
When generating the C# name of the class, each type
argument has to be assigned to the correct class in
the chain.
mcs/class/System.XML/System.Xml.Serialization/TypeData.cs