Ejemplo n.º 1
0
 public static ResourceValue string_(int value, StringPool stringPool)
 {
     return(new StringResourceValue(value, stringPool));
 }
Ejemplo n.º 2
0
 public StringResourceValue(int value, StringPool stringPool) : base(value)
 {
     //super(value);
     this.stringPool = stringPool;
 }