Beispiel #1
0
 public ElaList ToList(ElaString str)
 {
     return str.ToList();
 }
Beispiel #2
0
 public ElaValue(string value)
 {
     I4  = 0;
     Ref = new ElaString(value);
 }
Beispiel #3
0
 public ElaList ToList(ElaString str)
 {
     return(str.ToList());
 }