|
176 | 176 | <Docs>
|
177 | 177 | <param name="stream">The stream to send the output to.</param>
|
178 | 178 | <param name="typeNameConverter">The delegate that is used to target earlier versions of the .NET Framework.</param>
|
179 |
| - <summary>Initializes a new instance of the <see cref="T:System.Resources.ResXResourceWriter" /> class that writes the resources to a specified stream object and sets a converter delegate. This delegate enables resource assemblies to be written that target versions of the .NET Framework before the [!INCLUDE[net_v40_long](~/includes/net-v40-long-md.md)] by using qualified assembly names.</summary> |
| 179 | + <summary>Initializes a new instance of the <see cref="T:System.Resources.ResXResourceWriter" /> class that writes the resources to a specified stream object and sets a converter delegate. This delegate enables resource assemblies to be written that target versions of the .NET Framework before .NET Framework 4 by using qualified assembly names.</summary> |
180 | 180 | <remarks>
|
181 | 181 | <format type="text/markdown"><]. |
| 184 | + Visual Studio and MSBuild use this constructor when you create resources for an application that target versions of the .NET Framework before .NET Framework 4. |
185 | 185 |
|
186 | 186 | ]]></format>
|
187 | 187 | </remarks>
|
|
207 | 207 | <Docs>
|
208 | 208 | <param name="textWriter">The object to send output to.</param>
|
209 | 209 | <param name="typeNameConverter">The delegate that is used to target earlier versions of the .NET Framework.</param>
|
210 |
| - <summary>Initializes a new instance of the <see cref="T:System.Resources.ResXResourceWriter" /> class that writes the resources to a specified <see cref="T:System.IO.TextWriter" /> object and sets a delegate that enables resource assemblies to be written that target versions of the .NET Framework before the [!INCLUDE[net_v40_long](~/includes/net-v40-long-md.md)] by using qualified assembly names.</summary> |
| 210 | + <summary>Initializes a new instance of the <see cref="T:System.Resources.ResXResourceWriter" /> class that writes the resources to a specified <see cref="T:System.IO.TextWriter" /> object and sets a delegate that enables resource assemblies to be written that target versions of the .NET Framework before .NET Framework 4 by using qualified assembly names.</summary> |
211 | 211 | <remarks>
|
212 | 212 | <format type="text/markdown"><]. |
| 215 | + Visual Studio and MSBuild use this constructor when you create resources for an application that target versions of the .NET Framework before the .NET Framework 4. |
216 | 216 |
|
217 | 217 | ]]></format>
|
218 | 218 | </remarks>
|
|
238 | 238 | <Docs>
|
239 | 239 | <param name="fileName">The file to send output to.</param>
|
240 | 240 | <param name="typeNameConverter">The delegate that is used to target earlier versions of the .NET Framework.</param>
|
241 |
| - <summary>Initializes a new instance of the <see cref="T:System.Resources.ResXResourceWriter" /> class that writes the resources to a specified file and sets a delegate that enables resource assemblies to be written that target versions of the .NET Framework before the [!INCLUDE[net_v40_long](~/includes/net-v40-long-md.md)] by using qualified assembly names.</summary> |
| 241 | + <summary>Initializes a new instance of the <see cref="T:System.Resources.ResXResourceWriter" /> class that writes the resources to a specified file and sets a delegate that enables resource assemblies to be written that target versions of the .NET Framework before .NET Framework 4 by using qualified assembly names.</summary> |
242 | 242 | <remarks>
|
243 | 243 | <format type="text/markdown"><]. |
| 246 | + Visual Studio and MSBuild use this constructor when you create resources for an application that target versions of the .NET Framework before .NET Framework 4. |
247 | 247 |
|
248 | 248 | ]]></format>
|
249 | 249 | </remarks>
|
|
0 commit comments