예제 #1
0
파일: SortedList.cs 프로젝트: ForNeVeR/pnet
 public bool Contains(Object value)
 {
     return(list.FindKey(value) >= 0);
 }