Ranges Property
Overloads
Ranges |
List of ranges. For example, if the user searches the term JSON property name: qRanges |
Ranges
List of ranges.
For example, if the user searches the term read
and the associative value is Reading
, then the corresponding range would be Read
in Reading
.
JSON property name: qRanges
Declaration
IEnumerable<SearchCharRange> Ranges { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<SearchCharRange> |