Click or drag to resize

RepeatSequenceGeneratorT Constructor

Construts a new RepeateSequenceGenerator.

Namespace:  Gamelogic.Extensions.Obsolete
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public RepeatSequenceGenerator(
	IEnumerable<T> sequence
)

Parameters

sequence
Type: System.Collections.GenericIEnumerableT
The sequence that this sequence will repeat.
See Also