diff --git a/CSharpTranslator/antlr3/src/cs2j/CLR/TranslationTemplate.cs b/CSharpTranslator/antlr3/src/cs2j/CLR/TranslationTemplate.cs index 224169b..05db088 100644 --- a/CSharpTranslator/antlr3/src/cs2j/CLR/TranslationTemplate.cs +++ b/CSharpTranslator/antlr3/src/cs2j/CLR/TranslationTemplate.cs @@ -625,7 +625,8 @@ namespace RusticiSoftware.Translator.CLR public class PropRepTemplate : FieldRepTemplate, IEquatable { - private string _javaGet = null; + private string _javaGet = null; + [XmlElementAttribute("Get")] public string JavaGet { get { if (!CanRead) return null; @@ -645,6 +646,7 @@ namespace RusticiSoftware.Translator.CLR } private string _javaSet = null; + [XmlElementAttribute("Set")] public string JavaSet { get { if (_javaSet == null) {