2005-11-18から1日間の記事一覧

昨日のリストの問題。こんなのは、どうだろう。 public class Test { private class Brother { private bool b; // 兄だけ進む private IEnumerator p; // 兄 private IEnumerator q; // 弟 public Brother(IEnumerator it1, IEnumerator it2) {b = true; p …