Vixen
02b45cc4
csharp
public record class TemplateFile

One file a template writes.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (2)

  • public string Path

    Where it goes, relative to the project directory, with / separators.

  • public byte[] Content

    What goes in it.

Methods (1)

  • public TemplateFile(string Path, byte[] Content)

    One file a template writes.

Used by (4)

  • ProjectScaffoldVixen.Editor.Core
  • ProjectTemplateVixen.Editor.Core
  • TemplateCompilerVixen.Templates.Tests
  • TemplateTestsVixen.Templates.Tests