예제 #1
0
 /// <summary>
 /// Default ctor
 /// </summary>
 public SortedList()
 {
     map = new TreeMap<object, object>();
 }
예제 #2
0
파일: SortedList.cs 프로젝트: goupviet/api
 /// <summary>
 /// Default ctor
 /// </summary>
 public SortedList()
 {
     map = new TreeMap <object, object>();
 }