Click or drag to resize

ListPoolGetAllIDs Method

Returns all the list-ids assigned to the pool

Namespace: RAYLASE.Marker.Job.Executor
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntax
C#
public List<int> GetAllIDs()

Return Value

ListInt32
A sorted list containing all the list-ids (free and in-use)
See Also