IEnumerable 썸네일형 리스트형 [C# ,쉬운 이터레이터 만들기] Yield 키워드 간단히 개념잡기 public IEnumerable TestEnum1() { yield return "q1"; yield return "q2"; yield return "q3"; yield return "q4"; } public IEnumerable TestEnum2() { for (int i = 0; i 더보기 이전 1 다음