Class GeneratorsMainExtensions
- Namespace
- Gamelogic.Extensions.Examples
- Assembly
- Assembly-CSharp.dll
public static class GeneratorsMainExtensions
- Inheritance
-
GeneratorsMainExtensions
- Inherited Members
Methods
ElementsToString<T>(IGenerator<T>)
public static IGenerator<string> ElementsToString<T>(this IGenerator<T> source)
Parameters
source
IGenerator<T>
Returns
Type Parameters
T