34
34
</ReturnValue >
35
35
<MemberValue >11</MemberValue >
36
36
<Docs >
37
- <summary >Indicates that the token type is the comment string.</summary >
37
+ <summary >The token type is the comment string.</summary >
38
38
</Docs >
39
39
</Member >
40
40
<Member MemberName =" EndArray" >
54
54
</ReturnValue >
55
55
<MemberValue >4</MemberValue >
56
56
<Docs >
57
- <summary >Indicates that the token type is the end of a JSON array.</summary >
57
+ <summary >The token type is the end of a JSON array.</summary >
58
58
</Docs >
59
59
</Member >
60
60
<Member MemberName =" EndObject" >
74
74
</ReturnValue >
75
75
<MemberValue >2</MemberValue >
76
76
<Docs >
77
- <summary >Indicates that the token type is the end of a JSON object.</summary >
77
+ <summary >The token type is the end of a JSON object.</summary >
78
78
</Docs >
79
79
</Member >
80
80
<Member MemberName =" False" >
94
94
</ReturnValue >
95
95
<MemberValue >9</MemberValue >
96
96
<Docs >
97
- <summary >Indicates that the token type is the JSON literal <see langword =" false" />.</summary >
97
+ <summary >The token type is the JSON literal <see langword =" false" />.</summary >
98
98
</Docs >
99
99
</Member >
100
100
<Member MemberName =" None" >
114
114
</ReturnValue >
115
115
<MemberValue >0</MemberValue >
116
116
<Docs >
117
- <summary >Indicates that there is no value (as distinct from <see cref =" F:System.Text.Json.JsonTokenType.Null" />).</summary >
117
+ <summary >There is no value (as distinct from <see cref =" F:System.Text.Json.JsonTokenType.Null" />).</summary >
118
118
<remarks >
119
119
<format type =" text/markdown" >
120
120
<![CDATA[
@@ -145,7 +145,7 @@ This is the default token type if no data has been read by the <xref:System.Text
145
145
</ReturnValue >
146
146
<MemberValue >10</MemberValue >
147
147
<Docs >
148
- <summary >Indicates that the token type is the JSON literal <see langword =" null" />.</summary >
148
+ <summary >The token type is the JSON literal <see langword =" null" />.</summary >
149
149
</Docs >
150
150
</Member >
151
151
<Member MemberName =" Number" >
@@ -165,7 +165,7 @@ This is the default token type if no data has been read by the <xref:System.Text
165
165
</ReturnValue >
166
166
<MemberValue >7</MemberValue >
167
167
<Docs >
168
- <summary >Indicates that the token type is a JSON number.</summary >
168
+ <summary >The token type is a JSON number.</summary >
169
169
</Docs >
170
170
</Member >
171
171
<Member MemberName =" PropertyName" >
@@ -185,7 +185,7 @@ This is the default token type if no data has been read by the <xref:System.Text
185
185
</ReturnValue >
186
186
<MemberValue >5</MemberValue >
187
187
<Docs >
188
- <summary >Indicates that the token type is a JSON property name.</summary >
188
+ <summary >The token type is a JSON property name.</summary >
189
189
</Docs >
190
190
</Member >
191
191
<Member MemberName =" StartArray" >
@@ -205,7 +205,7 @@ This is the default token type if no data has been read by the <xref:System.Text
205
205
</ReturnValue >
206
206
<MemberValue >3</MemberValue >
207
207
<Docs >
208
- <summary >Indicates that the token type is the start of a JSON array.</summary >
208
+ <summary >The token type is the start of a JSON array.</summary >
209
209
</Docs >
210
210
</Member >
211
211
<Member MemberName =" StartObject" >
@@ -225,7 +225,7 @@ This is the default token type if no data has been read by the <xref:System.Text
225
225
</ReturnValue >
226
226
<MemberValue >1</MemberValue >
227
227
<Docs >
228
- <summary >Indicates that the token type is the start of a JSON object.</summary >
228
+ <summary >The token type is the start of a JSON object.</summary >
229
229
</Docs >
230
230
</Member >
231
231
<Member MemberName =" String" >
@@ -245,7 +245,7 @@ This is the default token type if no data has been read by the <xref:System.Text
245
245
</ReturnValue >
246
246
<MemberValue >6</MemberValue >
247
247
<Docs >
248
- <summary >Indicates that the token type is a JSON string.</summary >
248
+ <summary >The token type is a JSON string.</summary >
249
249
</Docs >
250
250
</Member >
251
251
<Member MemberName =" True" >
@@ -265,8 +265,8 @@ This is the default token type if no data has been read by the <xref:System.Text
265
265
</ReturnValue >
266
266
<MemberValue >8</MemberValue >
267
267
<Docs >
268
- <summary >Indicates that the token type is the JSON literal <see langword =" true" />.</summary >
268
+ <summary >The token type is the JSON literal <see langword =" true" />.</summary >
269
269
</Docs >
270
270
</Member >
271
271
</Members >
272
- </Type >
272
+ </Type >
0 commit comments