expression (1) 썸네일형 리스트형 Lambda Expression class Lambda { class Department { public int Id { get; set; } public string Name { get; set; } } class Employee { public int Id { get; set; } public string Name { get; set; } public int DeptId { get; set; } public int Type { get; set; } public List depts { get; set; } } static void Main(string[] args) { int[] intArray = new[] { 96, 92, 24, 12, 17, 70, 27, 78, 15, 20 }; string strResult = ""; //람.. 이전 1 다음