コード例 #1
0
 /// <summary>
 /// Searches for the specified object and returns the zero-based index of the first occurrence within the entire collection.
 /// </summary>
 /// <param name="item"></param>
 /// <returns></returns>
 public int IndexOf(TValue1 item)
 {
     return(set.IndexOfA(item));
 }