Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
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.
Property in
public string UpgradedSource { get };Field in
public IEnumerable<TextReplacement> Replacements;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.
public bool IsNewFile;Field in
Field in
public string Path;public IEnumerable<Diagnostic> Diagnostics;Field in
public string OriginalSource;Property in
Gets a collection containing all objects across all of the files in .
public IEnumerable<Diagnostic> Diagnostics { get };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;