C# (1) 썸네일형 리스트형 IEnumerable<T>, ICollection<T>, IList<T> and List<T> IEnumerable Exposes the enumerator, which supports a simple iteration over a collection of a specified type. This is the base interface for any collection under system.Collection.Generic IEnumerable contains only GetEnumerator() method, like read-only iterate. Iteration means that you do not want any index based search or any write or any insert or remove.(only read records). You can only read r.. 이전 1 다음