IEnumerable , IEnumerator 일반적으로 한 번에 많은 자료를 다루기 위해서 Array ,List 및 Dictionary 처럼 배열 구조를 가지는 Collection 객체들을 활용한다. 그리고 그 객체들을 순차/반복적인…
속성 (Property) using System; using System.Collections; using System.Collections.Generic; namespace AutoProperty { class Program { public static void…