Initialises a new instance of the SequentialSystem<T> class.
public SequentialSystem(System.Collections.Generic.IEnumerable<DefaultEcs.System.ISystem<T>> systems);
systems
System.Collections.Generic.IEnumerable<DefaultEcs.System.ISystem<T>>
The ISystem<T> instances.
System.ArgumentNullException
systems is null.