Table of Contents

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 IIndexedFileLine
Act IAct

Properties

Act

public IAct Act { get; init; }

Property Value

IAct

SourceCommand

public IIndexedFileLine SourceCommand { get; init; }

Property Value

IIndexedFileLine