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