Example #1
0
 public int IndexOf(object value)
 {
     return(_sampleList.IndexOfX(Convert.ToDouble(value)));
 }