1
0
mirror of https://github.com/twiglet/cs2j.git synced 2025-01-18 13:15:17 +01:00

fix serialization of Uses

This commit is contained in:
Kevin Glynn 2010-10-29 19:46:17 +02:00
parent 358b2a1eb6
commit 050c8b4967

View File

@ -828,7 +828,7 @@ namespace RusticiSoftware.Translator.CLR
public string[] TypeParams { get; set; }
// Path to use when resolving types
[XmlElementAttribute("Use")]
[XmlArrayItem("Use")]
public UseRepTemplate[] Uses { get; set; }
public TypeRepTemplate () : base()