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