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