From 050c8b4967ac44f029e22601c1ba2f381f786e6e Mon Sep 17 00:00:00 2001 From: Kevin Glynn Date: Fri, 29 Oct 2010 19:46:17 +0200 Subject: [PATCH] fix serialization of Uses --- CSharpTranslator/antlr3/src/cs2j/CLR/TranslationTemplate.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSharpTranslator/antlr3/src/cs2j/CLR/TranslationTemplate.cs b/CSharpTranslator/antlr3/src/cs2j/CLR/TranslationTemplate.cs index 28b4f57..93c1f4a 100644 --- a/CSharpTranslator/antlr3/src/cs2j/CLR/TranslationTemplate.cs +++ b/CSharpTranslator/antlr3/src/cs2j/CLR/TranslationTemplate.cs @@ -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()