Click or drag to resize

ListPool(PoolType) Constructor

Constructor.

Namespace: RAYLASE.Marker.Job.Executor
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntax
C#
public ListPool(
	PoolType poolType
)

Parameters

poolType  PoolType
The type of the pool (e.g.: static, dynamic or stream)
See Also