Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Struct in Yarn.Compiler.Upgrader
Inherits from System.ValueType
public struct UpgradeResultGets a collection containing all objects across all of the files in .
Field in
public List<OutputFile> Files;Field in
public IEnumerable<Diagnostic> Diagnostics;Field in
public string OriginalSource;Field in
public string Path;Property in
Gets a collection containing all objects across all of the files in .
Field in
Indicates whether this represents a new file to be created. If this is true , will be the empty string, and will be empty.
Field in
public IEnumerable<Diagnostic> Diagnostics { get };public bool IsNewFile;public IEnumerable<TextReplacement> Replacements;Property in
public string UpgradedSource { get };Struct in UpgradeResult
Inherits from System.ValueType
public struct OutputFileIndicates whether this represents a new file to be created. If this is true , will be the empty string, and will be empty.