Table of Contents

Class SentenceActEntry

Namespace
Hi.Numerical
Assembly
HiMech.dll

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

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

Constructors

SentenceActEntry(Sentence, IAct)

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

public SentenceActEntry(Sentence Sentence, IAct Act)

Parameters

Sentence Sentence

The source sentence.

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

Sentence

The source sentence.

public Sentence Sentence { get; init; }

Property Value

Sentence