Table of Contents

Class ParserEmbeddedRuleDeclarationDescriptor

Namespace
Utils.Parser.Diagnostics.EmbeddedCode
Assembly
Utils.Parser.Diagnostics.dll

Passive declaration descriptor for transformer metadata.

public sealed class ParserEmbeddedRuleDeclarationDescriptor
Inheritance
ParserEmbeddedRuleDeclarationDescriptor
Inherited Members
Extension Methods

Properties

Name

Gets the declaration name when one can be conservatively extracted.

public string? Name { get; set; }

Property Value

string

RawDeclaration

Gets the raw declaration text.

public string RawDeclaration { get; set; }

Property Value

string