Table of Contents

Class ProjectTemplateAuxiliaryFile

Namespace
Dassie.Extensions
Assembly
dc.dll

Represents a raw file that is part of a project template.

public record ProjectTemplateAuxiliaryFile : ProjectTemplateEntry, IEquatable<ProjectTemplateEntry>, IEquatable<ProjectTemplateAuxiliaryFile>
Inheritance
ProjectTemplateAuxiliaryFile
Implements
Inherited Members
Extension Methods

Constructors

ProjectTemplateAuxiliaryFile(string, byte[])

Represents a raw file that is part of a project template.

public ProjectTemplateAuxiliaryFile(string Name, byte[] Contents)

Parameters

Name string

The name of the file.

Contents byte[]

The contents of the file.

Properties

Contents

The contents of the file.

public byte[] Contents { get; init; }

Property Value

byte[]

Name

The name of the file.

public string Name { get; init; }

Property Value

string