Skip to content

Commit 72b36b6

Browse files
author
json-everything-ci
committed
regenerated api docs
1 parent 93ee8e1 commit 72b36b6

19 files changed

+51
-87
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
layout: "page"
3+
title: "NodeListBuilder Class"
4+
bookmark: "NodeListBuilder"
5+
permalink: "/api/JsonPath.Net/:title/"
6+
order: "10.08.018"
7+
---
8+
**Namespace:** Json.Path
9+
10+
**Inheritance:**
11+
`NodeListBuilder`
12+
🡒
13+
`object`
14+
15+
Allows collection expression initialization.
16+
17+
## Methods
18+
19+
### Create(ReadOnlySpan\<Node\> values)
20+
21+
Allows collection expression initialization.
22+
23+
#### Declaration
24+
25+
```c#
26+
public static NodeList Create(ReadOnlySpan<Node> values)
27+
```
28+
29+
30+
#### Returns
31+
32+
33+

_docs/api/JsonPath.Net/NodelistFunctionDefinition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: "page"
33
title: "NodelistFunctionDefinition Class"
44
bookmark: "NodelistFunctionDefinition"
55
permalink: "/api/JsonPath.Net/:title/"
6-
order: "10.08.018"
6+
order: "10.08.019"
77
---
88
**Namespace:** Json.Path
99

_docs/api/JsonPath.Net/PathEvaluationOptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: "page"
33
title: "PathEvaluationOptions Class"
44
bookmark: "PathEvaluationOptions"
55
permalink: "/api/JsonPath.Net/:title/"
6-
order: "10.08.019"
6+
order: "10.08.020"
77
---
88
**Namespace:** Json.Path
99

_docs/api/JsonPath.Net/PathParseException.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: "page"
33
title: "PathParseException Class"
44
bookmark: "PathParseException"
55
permalink: "/api/JsonPath.Net/:title/"
6-
order: "10.08.020"
6+
order: "10.08.021"
77
---
88
**Namespace:** Json.Path
99

_docs/api/JsonPath.Net/PathParsingOptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: "page"
33
title: "PathParsingOptions Class"
44
bookmark: "PathParsingOptions"
55
permalink: "/api/JsonPath.Net/:title/"
6-
order: "10.08.021"
6+
order: "10.08.022"
77
---
88
**Namespace:** Json.Path
99

_docs/api/JsonPath.Net/PathResult.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: "page"
33
title: "PathResult Class"
44
bookmark: "PathResult"
55
permalink: "/api/JsonPath.Net/:title/"
6-
order: "10.08.022"
6+
order: "10.08.023"
77
---
88
**Namespace:** Json.Path
99

_docs/api/JsonPath.Net/PathScope.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: "page"
33
title: "PathScope Enum"
44
bookmark: "PathScope"
55
permalink: "/api/JsonPath.Net/:title/"
6-
order: "10.08.023"
6+
order: "10.08.024"
77
---
88
# PathScope Enum
99

_docs/api/JsonPath.Net/PathSegment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: "page"
33
title: "PathSegment Class"
44
bookmark: "PathSegment"
55
permalink: "/api/JsonPath.Net/:title/"
6-
order: "10.08.024"
6+
order: "10.08.025"
77
---
88
**Namespace:** Json.Path
99

_docs/api/JsonPath.Net/SearchFunction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: "page"
33
title: "SearchFunction Class"
44
bookmark: "SearchFunction"
55
permalink: "/api/JsonPath.Net/:title/"
6-
order: "10.08.025"
6+
order: "10.08.026"
77
---
88
**Namespace:** Json.Path
99

_docs/api/JsonPath.Net/SliceSelector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: "page"
33
title: "SliceSelector Class"
44
bookmark: "SliceSelector"
55
permalink: "/api/JsonPath.Net/:title/"
6-
order: "10.08.026"
6+
order: "10.08.027"
77
---
88
**Namespace:** Json.Path
99

0 commit comments

Comments
 (0)