Class Value
Data for a simple selector (these are delimited by commas in a selector list).
public sealed record Value : IEquatable<Value>
- Inheritance
-
Value
- Implements
- Inherited Members
Constructors
Value(string)
Data for a simple selector (these are delimited by commas in a selector list).
public Value(string Text)
Parameters
TextstringValue text.
Properties
Range
Value range in the underlying resource (if available).
public SourceRange? Range { get; init; }
Property Value
Specificity
Specificity of the selector.
public Specificity? Specificity { get; init; }
Property Value
Text
Value text.
public string Text { get; init; }