Join

Join方法:原型

public static IEnumberable<V> Join<T,U,K,V>(

  this IEnumberable <T> outer,

  IEnumberable<U> inner,

  Func<T,K> outerKeySelector,

      Func<T,U,V> resultSelector

);

相关文章:

  • 2022-12-23
猜你喜欢
  • 2021-05-19
  • 2021-10-11
  • 2021-11-12
  • 2021-08-03
相关资源
相似解决方案