Class GeneratorOutput
Represents the output of the code generator containing generated files.
public record GeneratorOutput : IEquatable<GeneratorOutput>
- Inheritance
-
GeneratorOutput
- Implements
- Inherited Members
Constructors
GeneratorOutput(IReadOnlyList<GeneratedCode>)
Represents the output of the code generator containing generated files.
public GeneratorOutput(IReadOnlyList<GeneratedCode> Files)
Parameters
Files
IReadOnlyList<GeneratedCode>The collection of generated code files.
Properties
Files
The collection of generated code files.
public IReadOnlyList<GeneratedCode> Files { get; init; }