Ejemplo n.º 1
0
 public StativeNonLexemeAttributes(EnumGroupBase parent) : base(parent)
 {
     Prefix = new NounAttributes(this);
     Suffix = new NounAttributes(this);
 }
Ejemplo n.º 2
0
 public StativeLexemeAttributes(EnumGroupBase parent) : base(parent)
 {
     Noun    = new NounAttributes(this);
     Pronoun = new PronounAttributes(this);
 }