Class Constituent
Class used to hold constituents when reading parses.
public class Constituent
- Inheritance
-
Constituent
- Inherited Members
Constructors
Constituent(string, Span)
Class used to hold constituents when reading parses.
public Constituent(string label, Span span)
Parameters
Properties
Label
Gets or sets the label of the constituent.
public string Label { get; set; }
Property Value
Span
Gets the span of the constituent.
public Span Span { get; }