Table of Contents

Class GeneratorOutput

Namespace
Refitter.Core
Assembly
Refitter.Core.dll

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; }

Property Value

IReadOnlyList<GeneratedCode>