Exemple #1
0
 public bool Contains(object value)
 {
     return(m_list.Contains((T)value));
 }