Table of Contents

Class TagSetup

Namespace
Hi.NcParsers.Syntaxs
Assembly
HiMech.dll
public record TagSetup : IEquatable<TagSetup>
Inheritance
TagSetup
Implements
Inherited Members
Extension Methods

Remarks

The term Tag generally accomanys with variable value. The term Flag generally not accomanys with variable value.

Constructors

TagSetup(string, string, string)

public TagSetup(string Tag, string Setup, string OriginalText)

Parameters

Tag string
Setup string
OriginalText string

Remarks

The term Tag generally accomanys with variable value. The term Flag generally not accomanys with variable value.

Properties

OriginalText

public string OriginalText { get; init; }

Property Value

string

Setup

public string Setup { get; init; }

Property Value

string

Tag

public string Tag { get; init; }

Property Value

string