Click or drag to resize

GeneratorCombine Method

Overload List
  NameDescription
Public methodStatic memberCombineTSource, TResult(IEnumerableIGeneratorTSource, FuncIListTSource, TResult)
Makes a generator that combines the elements of specified generators.
Public methodStatic memberCode exampleCombineT1, T2, TResult(IGeneratorT1, IGeneratorT2, FuncT1, T2, TResult)
Combines the specified generators by applying a result selector function to the elements of each generator.
Public methodStatic memberCombineT1, T2, T3, TResult(IGeneratorT1, IGeneratorT2, IGeneratorT3, FuncT1, T2, T3, TResult)
Combines the specified generators by applying a result selector function to the elements of each generator.
Public methodStatic memberCombineT1, T2, T3, T4, TResult(IGeneratorT1, IGeneratorT2, IGeneratorT3, IGeneratorT4, FuncT1, T2, T3, T4, TResult)
Combines the specified generators by applying a result selector function to the elements of each generator.
Top
See Also