![]() |
VOOZH | about |
PathSegment Class
Namespace: Json.Path
Inheritance: PathSegment 🡒 object
Represents a single path segment, generally indicated in the path by square brackets [].
| Name | Type | Summary |
|---|---|---|
| IsRecursive | bool | Indicates whether the segment is evaluated as a recursive descent operation. |
| IsShorthand | bool | Indicates whether the segment is represented in its shorthand form (e.g. .foo instead of ['foo']). |
| Selectors | ISelector[] | Gets the collection of selectors present in the path. |
Builds a string representation using a System.Text.StringBuilder.
1
public void BuildString(StringBuilder builder)
| Parameter | Type | Description |
|---|---|---|
| builder | StringBuilder | A string builder. |
Returns a string that represents the current object.
1
public override string ToString()
A string that represents the current object.
A new version of content is available.