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
NamestringThe name of the directory.
ChildrenProjectTemplateEntry[]The child elements of the directory.
Properties
Children
The child elements of the directory.
public ProjectTemplateEntry[] Children { get; init; }
Property Value
Name
The name of the directory.
public string Name { get; init; }