Пример #1
0
 public static ulong[] getFindArray(this System.Collections.Generic.ICollection <ulong> values, Func <ulong, bool> isValue)
 {
     return(values.getFind(isValue).ToArray());
 }
Пример #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.Generic.ICollection </*Type[0]*/ ulong /*Type[0]*/> values, func </*Type[0]*/ ulong /*Type[0]*/, bool> isValue)
 {
     return(values.getFind(isValue).toArray());
 }