Click or drag to resize

BatchGeneratorT Constructor (IEnumerableT)

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

Parameters

batchTemplate
Type: System.Collections.GenericIEnumerableT
See Also