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