[C#/General] Enumerable.ToDictionary 메서드 사용법


[C#/General] Enumerable.ToDictionary 메서드 사용법

public class Example { public static void Main() { Console.Write("> \n"); List productions = new List { new Production { Company = "A.Soft", Weight = 45.2, PhoneNumber = 0123542145 }, new Production { Company = "B.Soft", Weight = 58.7, PhoneNumber = 0412563541 }, new Production { Company = "C.Soft", Weight = 5.0, PhoneNumber = 0632541258 }, new Production { Company = "D.Soft", Weight = 23.8, Pho..


원문링크 : [C#/General] Enumerable.ToDictionary 메서드 사용법