UpgradeJob(UpgradeType,IEnumerable<CompilationJob.File>)
Last updated
Was this helpful?
Constructor in UpgradeJob
Initialises a new instances of the UpgradeJob struct.
public UpgradeJob(UpgradeType upgradeType, IEnumerable<CompilationJob.File> files)Yarn.Compiler.Upgrader.UpgradeType upgradeType
The type of the upgrade.
System.Collections.Generic.IEnumerable<Yarn.Compiler.CompilationJob.File> files
The files to upgrade.
Last updated
Was this helpful?
Was this helpful?
