Class InstructionFile
A single discovered instruction file.
public sealed record InstructionFile : IEquatable<InstructionFile>
- Inheritance
-
InstructionFile
- Implements
- Inherited Members
Constructors
InstructionFile(string, string, string)
A single discovered instruction file.
public InstructionFile(string Name, string FullPath, string Content)
Parameters
Properties
Content
public string Content { get; init; }
Property Value
FullPath
public string FullPath { get; init; }
Property Value
Name
public string Name { get; init; }