https://docs.microsoft.com/en-us/dotnet/api/system.collections.ienumerable?view=netframework-4.8
IEnumerable Interface (System.Collections)
Exposes an enumerator, which supports a simple iteration over a non-generic collection.
docs.microsoft.com
'C#' 카테고리의 다른 글
List<T>.Find(Predicate<T>) 메서드 (0) | 2020.01.24 |
---|---|
Predicate<T> 대리자 (0) | 2020.01.24 |
Covariance and Contravariance in Generics (0) | 2020.01.24 |
MessageBox (0) | 2020.01.23 |
C# 설정 값 저장하고 읽어오기 (0) | 2020.01.23 |