File tree 2 files changed +1
-17
lines changed
2 files changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -78,22 +78,16 @@ A new pointer.
78
78
79
79
### Combine(ReadOnlySpan\< PointerSegment\> additionalSegments)
80
80
81
- Concatenates additional segments onto the current pointer.
82
81
83
82
#### Declaration
84
83
85
84
``` c#
86
85
public JsonPointer Combine (ReadOnlySpan < PointerSegment > additionalSegments )
87
86
```
88
87
89
- | Parameter | Type | Description |
90
- | ---| ---| ---|
91
- | additionalSegments | ReadOnlySpan\< PointerSegment\> | The additional segments. |
92
-
93
88
94
89
#### Returns
95
90
96
- A new pointer.
97
91
98
92
### Create(params PointerSegment[ ] segments)
99
93
@@ -120,26 +114,16 @@ This method creates un-encoded pointers only.
120
114
121
115
### Create(ReadOnlySpan\< PointerSegment\> segments)
122
116
123
- Creates a new JSON Pointer from a collection of segments.
124
117
125
118
#### Declaration
126
119
127
120
``` c#
128
121
public static JsonPointer Create (ReadOnlySpan < PointerSegment > segments )
129
122
```
130
123
131
- | Parameter | Type | Description |
132
- | ---| ---| ---|
133
- | segments | ReadOnlySpan\< PointerSegment\> | A collection of segments. |
134
-
135
124
136
125
#### Returns
137
126
138
- The JSON Pointer.
139
-
140
- #### Remarks
141
-
142
- This method creates un-encoded pointers only.
143
127
144
128
### Create(Expression\< Func\< T, object\>\> expression, PointerCreationOptions options)
145
129
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ bookmark: JsonSchema.Net
4
4
permalink : /api/JsonSchema.Net/:title/
5
5
folder : true
6
6
order : " 10.01"
7
- version : " 7.3.2 "
7
+ version : " 1.0.0 "
8
8
---
You can’t perform that action at this time.
0 commit comments