Class TagSetup
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
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
Setup
public string Setup { get; init; }
Property Value
Tag
public string Tag { get; init; }