|
20 | 20 | </Attribute>
|
21 | 21 | </Attributes>
|
22 | 22 | <Docs>
|
23 |
| - <summary>To be added.</summary> |
| 23 | + <summary>Specifies the syntax used in a string.</summary> |
24 | 24 | <remarks>To be added.</remarks>
|
25 | 25 | </Docs>
|
26 | 26 | <Members>
|
|
40 | 40 | <Parameter Name="syntax" Type="System.String" />
|
41 | 41 | </Parameters>
|
42 | 42 | <Docs>
|
43 |
| - <param name="syntax">To be added.</param> |
44 |
| - <summary>To be added.</summary> |
| 43 | + <param name="syntax">The syntax identifier.</param> |
| 44 | + <summary>Initializes the <see cref="T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute" /> with the identifier of the syntax used.</summary> |
45 | 45 | <remarks>To be added.</remarks>
|
46 | 46 | </Docs>
|
47 | 47 | </Member>
|
|
69 | 69 | </Parameter>
|
70 | 70 | </Parameters>
|
71 | 71 | <Docs>
|
72 |
| - <param name="syntax">To be added.</param> |
73 |
| - <param name="arguments">To be added.</param> |
74 |
| - <summary>To be added.</summary> |
| 72 | + <param name="syntax">The syntax identifier.</param> |
| 73 | + <param name="arguments">Optional arguments associated with the specific syntax employed.</param> |
| 74 | + <summary>Initializes the <see cref="T:System.Diagnostics.CodeAnalysis.StringSyntaxAttribute" /> with the identifier of the syntax used.</summary> |
75 | 75 | <remarks>To be added.</remarks>
|
76 | 76 | </Docs>
|
77 | 77 | </Member>
|
|
91 | 91 | <ReturnType>System.Object[]</ReturnType>
|
92 | 92 | </ReturnValue>
|
93 | 93 | <Docs>
|
94 |
| - <summary>To be added.</summary> |
| 94 | + <summary>Gets the optional arguments associated with the specific syntax employed.</summary> |
95 | 95 | <value>To be added.</value>
|
96 | 96 | <remarks>To be added.</remarks>
|
97 | 97 | </Docs>
|
|
112 | 112 | <ReturnType>System.String</ReturnType>
|
113 | 113 | </ReturnValue>
|
114 | 114 | <Docs>
|
115 |
| - <summary>To be added.</summary> |
| 115 | + <summary>The syntax identifier for strings containing date and time format specifiers.</summary> |
116 | 116 | <remarks>To be added.</remarks>
|
117 | 117 | </Docs>
|
118 | 118 | </Member>
|
|
132 | 132 | <ReturnType>System.String</ReturnType>
|
133 | 133 | </ReturnValue>
|
134 | 134 | <Docs>
|
135 |
| - <summary>To be added.</summary> |
| 135 | + <summary>The syntax identifier for strings containing JavaScript Object Notation (JSON).</summary> |
136 | 136 | <remarks>To be added.</remarks>
|
137 | 137 | </Docs>
|
138 | 138 | </Member>
|
|
152 | 152 | <ReturnType>System.String</ReturnType>
|
153 | 153 | </ReturnValue>
|
154 | 154 | <Docs>
|
155 |
| - <summary>To be added.</summary> |
| 155 | + <summary>The syntax identifier for strings containing regular expressions.</summary> |
156 | 156 | <remarks>To be added.</remarks>
|
157 | 157 | </Docs>
|
158 | 158 | </Member>
|
|
172 | 172 | <ReturnType>System.String</ReturnType>
|
173 | 173 | </ReturnValue>
|
174 | 174 | <Docs>
|
175 |
| - <summary>To be added.</summary> |
| 175 | + <summary>Gets the identifier of the syntax used.</summary> |
176 | 176 | <value>To be added.</value>
|
177 | 177 | <remarks>To be added.</remarks>
|
178 | 178 | </Docs>
|
|
0 commit comments