Loading...
Struct in Yarn.Compiler.Upgrader
Inherits from System.ValueType
System.ValueType
public struct UpgradeJob
UpgradeJob(UpgradeType,IEnumerable<CompilationJob.File>)
Files
UpgradeType
Constructor in UpgradeJob
public UpgradeJob(UpgradeType upgradeType, IEnumerable<CompilationJob.File> files)
Field in
Yarn.Compiler.Upgrader.UpgradeType upgradeType
System.Collections.Generic.IEnumerable<Yarn.Compiler.CompilationJob.File> files
System.Collections.Generic.IEnumerable<Yarn.Compiler.CompilationJob.File>
public UpgradeType UpgradeType;
public List<Yarn.Compiler.CompilationJob.File> Files;