Table of Contents

Class SourceCommandActEntry

Namespace
Hi.Numerical
Assembly
HiMech.dll

Represents an entry containing a source command and its associated act.

public record SourceCommandActEntry : IEquatable<SourceCommandActEntry>
Inheritance
SourceCommandActEntry
Implements
Inherited Members
Extension Methods

Constructors

SourceCommandActEntry(IIndexedFileLine, IAct)

Represents an entry containing a source command and its associated act.

public SourceCommandActEntry(IIndexedFileLine SourceCommand, IAct Act)

Parameters

SourceCommand IIndexedFileLine

The source command file line.

Act IAct

The act associated with the source command.

Properties

Act

The act associated with the source command.

public IAct Act { get; init; }

Property Value

IAct

SourceCommand

The source command file line.

public IIndexedFileLine SourceCommand { get; init; }

Property Value

IIndexedFileLine