Esempio n. 1
0
 public static new IoString createProto(IoState state)
 {
     IoString s = new IoString();
     return s.proto(state) as IoString;
 }