Table of Contents

Interface IUnparsedTextDef

Namespace
Hi.NcParsers.Keywords
Assembly
HiMech.dll

JSON section schema carrying the residual block text that was not consumed by any registered syntax. Used for diagnostics and round-trip preservation.

public interface IUnparsedTextDef
Extension Methods

Properties

UnparsedText

Residual NC block text not matched by any syntax.

string UnparsedText { get; set; }

Property Value

string