Table of Contents

Class ProjectTemplateDirectory

Namespace
Dassie.Extensions
Assembly
dc.dll

Represents a directory that is part of a project template.

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

Constructors

ProjectTemplateDirectory(string, ProjectTemplateEntry[])

Represents a directory that is part of a project template.

public ProjectTemplateDirectory(string Name, ProjectTemplateEntry[] Children)

Parameters

Name string

The name of the directory.

Children ProjectTemplateEntry[]

The child elements of the directory.

Properties

Children

The child elements of the directory.

public ProjectTemplateEntry[] Children { get; init; }

Property Value

ProjectTemplateEntry[]

Name

The name of the directory.

public string Name { get; init; }

Property Value

string