File tree Expand file tree Collapse file tree 2 files changed +1
-17
lines changed Expand file tree Collapse file tree 2 files changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -78,22 +78,16 @@ A new pointer.
7878
7979### Combine(ReadOnlySpan\< PointerSegment\> additionalSegments)
8080
81- Concatenates additional segments onto the current pointer.
8281
8382#### Declaration
8483
8584``` c#
8685public JsonPointer Combine (ReadOnlySpan < PointerSegment > additionalSegments )
8786```
8887
89- | Parameter | Type | Description |
90- | ---| ---| ---|
91- | additionalSegments | ReadOnlySpan\< PointerSegment\> | The additional segments. |
92-
9388
9489#### Returns
9590
96- A new pointer.
9791
9892### Create(params PointerSegment[ ] segments)
9993
@@ -120,26 +114,16 @@ This method creates un-encoded pointers only.
120114
121115### Create(ReadOnlySpan\< PointerSegment\> segments)
122116
123- Creates a new JSON Pointer from a collection of segments.
124117
125118#### Declaration
126119
127120``` c#
128121public static JsonPointer Create (ReadOnlySpan < PointerSegment > segments )
129122```
130123
131- | Parameter | Type | Description |
132- | ---| ---| ---|
133- | segments | ReadOnlySpan\< PointerSegment\> | A collection of segments. |
134-
135124
136125#### Returns
137126
138- The JSON Pointer.
139-
140- #### Remarks
141-
142- This method creates un-encoded pointers only.
143127
144128### Create(Expression\< Func\< T, object\>\> expression, PointerCreationOptions options)
145129
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ bookmark: JsonSchema.Net
44permalink : /api/JsonSchema.Net/:title/
55folder : true
66order : " 10.01"
7- version : " 7.3.2 "
7+ version : " 1.0.0 "
88---
You can’t perform that action at this time.
0 commit comments