C# SortedList Example (1) 썸네일형 리스트형 C# SortedList 사용 예제. C# Collections.Generic - 4. C# SortedList 사용 예제. C# Collection - 4. IDE : Microsoft Visual Studio 2005 키에 따라 정렬된 키/값 쌍의 컬렉션. using System; using System.Collections.Generic; using System.Text; namespace CollectionExample { class Program { static void Main(string[] args) { // Created SortedList with three keys and values. SortedList sorted = new SortedList(); sorted.Add("XXXX", 3); sorted.Add("dot", 1); sorted.Add("net", 2);.. 이전 1 다음