コード例 #1
0
ファイル: CollectionUtility.cs プロジェクト: dbremner/tiny
 public bool Contains(object value)
 {
     return(m_list.Contains((T)value));
 }