Exemple #1
0
 public static ulong[] getFindArray(this System.Collections.ICollection values, Func <ulong, bool> isValue)
 {
     return(values.getFind(isValue).ToArray());
 }
Exemple #2
0
 /// <summary>
 /// 查找符合条件的记录集合
 /// </summary>
 /// <param name="values">值集合</param>
 /// <param name="isValue">判断记录是否符合条件的委托</param>
 /// <returns>符合条件的记录集合</returns>
 public static /*Type[0]*/ ulong /*Type[0]*/[] getFindArray
     (this System.Collections.ICollection values, func </*Type[0]*/ ulong /*Type[0]*/, bool> isValue)
 {
     return(values.getFind(isValue).toArray());
 }