UpgradeJob(UpgradeType,IEnumerable<CompilationJob.File>)
Constructor in UpgradeJob
Summary
Initialises a new instances of the UpgradeJob struct.
public UpgradeJob(UpgradeType upgradeType, IEnumerable<CompilationJob.File> files)Parameters
| Name | Description |
|---|---|
| Yarn.Compiler.Upgrader.UpgradeType upgradeType | The type of the upgrade. |
System.Collections.Generic.IEnumerable<Yarn.Compiler.CompilationJob.File> files | The files to upgrade. |