Skip to content

Commit 5202cd1

Browse files
authored
.NET Framework -> .NET (#5032)
1 parent 70dc619 commit 5202cd1

File tree

26 files changed

+60
-62
lines changed

26 files changed

+60
-62
lines changed

xml/System.Globalization/CultureAndRegionModifiers.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
</ReturnValue>
117117
<MemberValue>2</MemberValue>
118118
<Docs>
119-
<summary>A custom culture that replaces an existing .NET Framework culture or Windows locale.</summary>
119+
<summary>A custom culture that replaces an existing .NET culture or Windows locale.</summary>
120120
</Docs>
121121
</Member>
122122
</Members>

xml/System.Globalization/RegionInfo.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -550,17 +550,15 @@
550550
<ReturnType>System.String</ReturnType>
551551
</ReturnValue>
552552
<Docs>
553-
<summary>Gets the full name of the country/region in the language of the localized version of .NET Framework.</summary>
554-
<value>The full name of the country/region in the language of the localized version of .NET Framework.</value>
553+
<summary>Gets the full name of the country/region in the language of the localized version of .NET.</summary>
554+
<value>The full name of the country/region in the language of the localized version of .NET.</value>
555555
<remarks>
556556
<format type="text/markdown"><![CDATA[
557557
558558
## Remarks
559-
The <xref:System.Globalization.RegionInfo.DisplayName%2A> property displays the country/region name in the language of the localized version of .NET Framework. For example, the <xref:System.Globalization.RegionInfo.DisplayName%2A> property displays the country/region in English on the English version of the .NET Framework, and in Spanish on the Spanish version of the .NET Framework.
559+
The <xref:System.Globalization.RegionInfo.DisplayName%2A> property displays the country/region name in the language of the localized version of .NET. For example, the <xref:System.Globalization.RegionInfo.DisplayName%2A> property displays the country/region in English on the English version of .NET, and in Spanish on the Spanish version of .NET.
560560
561-
The value of the <xref:System.Globalization.RegionInfo.DisplayName%2A> property is taken from the resource files in the language of the current user interface culture, represented by <xref:System.Globalization.CultureInfo.CurrentUICulture%2A>. Custom regions or those synthesized from the operating system might not have resource information, in which case the value for <xref:System.Globalization.RegionInfo.DisplayName%2A> is the same as the value of the <xref:System.Globalization.RegionInfo.NativeName%2A> property.
562-
563-
561+
The value of the <xref:System.Globalization.RegionInfo.DisplayName%2A> property is taken from the resource files in the language of the current user interface culture, represented by <xref:System.Globalization.CultureInfo.CurrentUICulture%2A>. Custom regions or those synthesized from the operating system might not have resource information, in which case the value for <xref:System.Globalization.RegionInfo.DisplayName%2A> is the same as the value of the <xref:System.Globalization.RegionInfo.NativeName%2A> property.
564562
565563
## Examples
566564
The following code example displays the properties of the <xref:System.Globalization.RegionInfo> class.

xml/System.Reflection/AssemblyContentType.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
</ReturnValue>
9292
<MemberValue>0</MemberValue>
9393
<Docs>
94-
<summary>The assembly contains .NET Framework code.</summary>
94+
<summary>The assembly contains .NET code.</summary>
9595
</Docs>
9696
</Member>
9797
<Member MemberName="WindowsRuntime">

xml/System.Resources/ResXResourceWriter.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -176,12 +176,12 @@
176176
<Docs>
177177
<param name="stream">The stream to send the output to.</param>
178178
<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>
180180
<remarks>
181181
<format type="text/markdown"><![CDATA[
182182
183183
## Remarks
184-
Visual Studio and MSBuild use this constructor when you create resources for an application that target versions of the .NET Framework before the [!INCLUDE[net_v40_long](~/includes/net-v40-long-md.md)].
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.
185185
186186
]]></format>
187187
</remarks>
@@ -207,12 +207,12 @@
207207
<Docs>
208208
<param name="textWriter">The object to send output to.</param>
209209
<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>
211211
<remarks>
212212
<format type="text/markdown"><![CDATA[
213213
214214
## Remarks
215-
Visual Studio and MSBuild use this constructor when you create resources for an application that target versions of the .NET Framework before the [!INCLUDE[net_v40_long](~/includes/net-v40-long-md.md)].
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.
216216
217217
]]></format>
218218
</remarks>
@@ -238,12 +238,12 @@
238238
<Docs>
239239
<param name="fileName">The file to send output to.</param>
240240
<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>
242242
<remarks>
243243
<format type="text/markdown"><![CDATA[
244244
245245
## Remarks
246-
Visual Studio and MSBuild use this constructor when you create resources for an application that target versions of the .NET Framework before the [!INCLUDE[net_v40_long](~/includes/net-v40-long-md.md)].
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.
247247
248248
]]></format>
249249
</remarks>

xml/System.Resources/ResourceWriter.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -868,13 +868,13 @@
868868
<ReturnType>System.Func&lt;System.Type,System.String&gt;</ReturnType>
869869
</ReturnValue>
870870
<Docs>
871-
<summary>Gets or sets a delegate that enables resource assemblies to be written that target versions of the .NET Framework prior to the [!INCLUDE[net_v40_long](~/includes/net-v40-long-md.md)] by using qualified assembly names.</summary>
871+
<summary>Gets or sets a delegate that enables resource assemblies to be written that target versions of .NET Framework prior to .NET Framework 4 by using qualified assembly names.</summary>
872872
<value>The type that is encapsulated by the delegate.</value>
873873
<remarks>
874874
<format type="text/markdown"><![CDATA[
875875
876876
## Remarks
877-
[!INCLUDE[vs_dev10_long](~/includes/vs-dev10-long-md.md)] and MSBuild set this property if you target an earlier version of the .NET Framework.
877+
.NET Framework and MSBuild set this property if you target an earlier version of .NET Framework.
878878
879879
]]></format>
880880
</remarks>

xml/System.Runtime.Caching.Configuration/CachingSectionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</Base>
1515
<Interfaces />
1616
<Docs>
17-
<summary>Defines a configuration section for.NET Framework caching. This class cannot be inherited.</summary>
17+
<summary>Defines a configuration section for .NET Framework caching. This class cannot be inherited.</summary>
1818
<remarks>
1919
<format type="text/markdown"><![CDATA[
2020

xml/System.Runtime.CompilerServices/CallConvFastcall.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</Attribute>
4545
</Attributes>
4646
<Docs>
47-
<summary>This calling convention is not supported in this version of the .NET Framework.</summary>
47+
<summary>This calling convention is not supported in this version of .NET.</summary>
4848
<remarks>
4949
<format type="text/markdown"><![CDATA[
5050

xml/System.Runtime.CompilerServices/HasCopySemanticsAttribute.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</Attribute>
4343
</Attributes>
4444
<Docs>
45-
<summary>This class is not used in the .NET Framework version 2.0 and is reserved for future use. This class cannot be inherited.</summary>
45+
<summary>This class is obsolete. This class cannot be inherited.</summary>
4646
<remarks>To be added.</remarks>
4747
</Docs>
4848
<Members>

xml/System.Runtime.CompilerServices/RuntimeHelpers.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
</ReturnValue>
141141
<Parameters />
142142
<Docs>
143-
<summary>Ensures that the remaining stack space is large enough to execute the average .NET Framework function.</summary>
143+
<summary>Ensures that the remaining stack space is large enough to execute the average .NET function.</summary>
144144
<remarks>
145145
<format type="text/markdown"><![CDATA[
146146

xml/System.Runtime.InteropServices/ComEventsHelper.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
</Attribute>
5151
</Attributes>
5252
<Docs>
53-
<summary>Provides methods that enable .NET Framework delegates that handle events to be added and removed from COM objects.</summary>
53+
<summary>Provides methods that enable .NET delegates that handle events to be added and removed from COM objects.</summary>
5454
<remarks>To be added.</remarks>
5555
</Docs>
5656
<Members>

0 commit comments

Comments
 (0)