diff --git a/CSharpTranslator/antlr3/src/cs2j/CLR/TranslationTemplate.cs b/CSharpTranslator/antlr3/src/cs2j/CLR/TranslationTemplate.cs index 60decab..20a8af8 100644 --- a/CSharpTranslator/antlr3/src/cs2j/CLR/TranslationTemplate.cs +++ b/CSharpTranslator/antlr3/src/cs2j/CLR/TranslationTemplate.cs @@ -1069,6 +1069,10 @@ namespace RusticiSoftware.Translator.CLR } #endregion + public override String ToString() + { + return this.TypeName; + } } [XmlType("Enum")]