 | GeneratorInterleaveTSource Method (IListIGeneratorTSource) |
Makes a generator that interleaves the elements of the specified generators.
Namespace:
Gamelogic.Extensions.Algorithms
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic static IGenerator<TSource> Interleave<TSource>(
IList<IGenerator<TSource>> generators
)
Parameters
- generators
- Type: System.Collections.GenericIListIGeneratorTSource
The source generators.
Type Parameters
- TSource
- The type of elements to generate.
Return Value
Type:
IGeneratorTSourceA new generator.
Exceptions
See Also