Class SourceCommandActEntry
- Namespace
- Hi.Numerical.FilePlayers
- Assembly
- HiNc.dll
public record SourceCommandActEntry : IEquatable<SourceCommandActEntry>
- Inheritance
-
SourceCommandActEntry
- Implements
- Inherited Members
- Extension Methods
Constructors
SourceCommandActEntry(IIndexedFileLine, IAct)
public SourceCommandActEntry(IIndexedFileLine SourceCommand, IAct Act)
Parameters
SourceCommand
IIndexedFileLineAct
IAct
Properties
Act
public IAct Act { get; init; }
Property Value
SourceCommand
public IIndexedFileLine SourceCommand { get; init; }