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()