예제 #1
0
 bool System.Collections.IList.Contains(object value)
 {
     return(List.IndexOfValue(value) >= 0);
 }