public static new IoMap createProto(IoState state) { IoMap m = new IoMap(); return m.proto(state) as IoMap; }
public new static IoMap createProto(IoState state) { IoMap m = new IoMap(); return(m.proto(state) as IoMap); }