UpgradeJob
Struct in Yarn.Compiler.Upgrader
Inherits from System.ValueType
Summary
An upgrade job.
public struct UpgradeJobConstructors
| Name | Description |
|---|---|
| UpgradeJob(UpgradeType,IEnumerable<CompilationJob.File>) | Initialises a new instances of the UpgradeJob struct. |
Fields
| Name | Description |
|---|---|
| Files | The collection of files to upgrade. |
| UpgradeType | The type of the upgrade to perform. |