Click or drag to resize

IGeneratorTResultCloneAndRestart Method

Clones the generator and returns the clone in a restarted state.

Namespace:  Gamelogic.Extensions.Algorithms
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
IGenerator<TResult> CloneAndRestart()

Return Value

Type: IGeneratorTResult
See Also