Table of Contents

Class TagValue

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

Remarks

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

Constructors

TagValue(string, string, string)

public TagValue(string Tag, string Value, string OriginalText)

Parameters

Tag string
Value string
OriginalText string

Remarks

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

Properties

OriginalText

public string OriginalText { get; init; }

Property Value

string

Tag

public string Tag { get; init; }

Property Value

string

Value

public string Value { get; init; }

Property Value

string