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>

xml/System.Runtime.Serialization/XsdDataContractExporter.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</Base>
3232
<Interfaces />
3333
<Docs>
34-
<summary>Allows the transformation of a set of .NET Framework types that are used in data contracts into an XML schema file (.xsd).</summary>
34+
<summary>Allows the transformation of a set of .NET types that are used in data contracts into an XML schema file (.xsd).</summary>
3535
<remarks>
3636
<format type="text/markdown"><![CDATA[
3737

xml/System.Runtime.Versioning/FrameworkName.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
</Attribute>
4848
</Attributes>
4949
<Docs>
50-
<summary>Represents the name of a version of the .NET Framework.</summary>
50+
<summary>Represents the name of a version of .NET.</summary>
5151
<remarks>To be added.</remarks>
5252
</Docs>
5353
<Members>
@@ -97,7 +97,7 @@
9797
</Parameters>
9898
<Docs>
9999
<param name="frameworkName">A string that contains .NET Framework version information.</param>
100-
<summary>Initializes a new instance of the <see cref="T:System.Runtime.Versioning.FrameworkName" /> class from a string that contains information about a version of the .NET Framework.</summary>
100+
<summary>Initializes a new instance of the <see cref="T:System.Runtime.Versioning.FrameworkName" /> class from a string that contains information about a version of .NET.</summary>
101101
<remarks>
102102
<format type="text/markdown"><![CDATA[
103103
@@ -111,8 +111,8 @@
111111
|Component|Description|
112112
|---------------|-----------------|
113113
|*identifier*|An arbitrary string that identifies this <xref:System.Runtime.Versioning.FrameworkName> instance.|
114-
|*versionNumber*|A string that represents the version of the .NET Framework, in the form [v]*major*.*minor*[.*build*.*revision*], where "v" can be either uppercase or lowercase, and the brackets denote optional elements of a version number.|
115-
|*profileName*|An arbitrary string that represents the profile of the .NET Framework version. Typically, it is used to denote some subset of the .NET Framework, such as the .NET Compact Framework or Silverlight.|
114+
|*versionNumber*|A string that represents the version of .NET, in the form [v]*major*.*minor*[.*build*.*revision*], where "v" can be either uppercase or lowercase, and the brackets denote optional elements of a version number.|
115+
|*profileName*|An arbitrary string that represents the profile of the .NET version. Typically, it is used to denote some subset of the .NET Framework, such as the .NET Compact Framework or Silverlight.|
116116
117117
If both *versionNumber* and *profileName* are present, they can appear in any order after *identifier*. These strings are defined by the "Version" and "Profile" keywords, which are not case-sensitive.
118118
@@ -199,7 +199,7 @@
199199
<Docs>
200200
<param name="identifier">A string that identifies a .NET Framework version.</param>
201201
<param name="version">An object that contains .NET Framework version information.</param>
202-
<summary>Initializes a new instance of the <see cref="T:System.Runtime.Versioning.FrameworkName" /> class from a string and a <see cref="T:System.Version" /> object that identify a .NET Framework version.</summary>
202+
<summary>Initializes a new instance of the <see cref="T:System.Runtime.Versioning.FrameworkName" /> class from a string and a <see cref="T:System.Version" /> object that identify a .NET version.</summary>
203203
<remarks>
204204
<format type="text/markdown"><![CDATA[
205205
@@ -258,7 +258,7 @@
258258
<param name="identifier">A string that identifies a .NET Framework version.</param>
259259
<param name="version">An object that contains .NET Framework version information.</param>
260260
<param name="profile">A profile name.</param>
261-
<summary>Initializes a new instance of the <see cref="T:System.Runtime.Versioning.FrameworkName" /> class from a string, a <see cref="T:System.Version" /> object that identifies a .NET Framework version, and a profile name.</summary>
261+
<summary>Initializes a new instance of the <see cref="T:System.Runtime.Versioning.FrameworkName" /> class from a string, a <see cref="T:System.Version" /> object that identifies a .NET version, and a profile name.</summary>
262262
<remarks>
263263
<format type="text/markdown"><![CDATA[
264264
@@ -326,7 +326,7 @@
326326
</Parameters>
327327
<Docs>
328328
<param name="obj">The object to compare to the current instance.</param>
329-
<summary>Returns a value that indicates whether this <see cref="T:System.Runtime.Versioning.FrameworkName" /> instance represents the same .NET Framework version as a specified object.</summary>
329+
<summary>Returns a value that indicates whether this <see cref="T:System.Runtime.Versioning.FrameworkName" /> instance represents the same .NET version as a specified object.</summary>
330330
<returns>
331331
<see langword="true" /> if every component of the current <see cref="T:System.Runtime.Versioning.FrameworkName" /> object matches the corresponding component of <paramref name="obj" />; otherwise, <see langword="false" />.</returns>
332332
<remarks>
@@ -380,7 +380,7 @@
380380
</Parameters>
381381
<Docs>
382382
<param name="other">The object to compare to the current instance.</param>
383-
<summary>Returns a value that indicates whether this <see cref="T:System.Runtime.Versioning.FrameworkName" /> instance represents the same .NET Framework version as a specified <see cref="T:System.Runtime.Versioning.FrameworkName" /> instance.</summary>
383+
<summary>Returns a value that indicates whether this <see cref="T:System.Runtime.Versioning.FrameworkName" /> instance represents the same .NET version as a specified <see cref="T:System.Runtime.Versioning.FrameworkName" /> instance.</summary>
384384
<returns>
385385
<see langword="true" /> if every component of the current <see cref="T:System.Runtime.Versioning.FrameworkName" /> object matches the corresponding component of <paramref name="other" />; otherwise, <see langword="false" />.</returns>
386386
<remarks>
@@ -583,7 +583,7 @@
583583
<Docs>
584584
<param name="left">The first object to compare.</param>
585585
<param name="right">The second object to compare.</param>
586-
<summary>Returns a value that indicates whether two <see cref="T:System.Runtime.Versioning.FrameworkName" /> objects represent the same .NET Framework version.</summary>
586+
<summary>Returns a value that indicates whether two <see cref="T:System.Runtime.Versioning.FrameworkName" /> objects represent the same .NET version.</summary>
587587
<returns>
588588
<see langword="true" /> if the <paramref name="left" /> and <paramref name="right" /> parameters represent the same .NET Framework version; otherwise, <see langword="false" />.</returns>
589589
<remarks>
@@ -597,7 +597,7 @@
597597
598598
599599
## Examples
600-
The following example uses the equality operator to determine whether a <xref:System.Runtime.Versioning.FrameworkName> object that represents the running version of the .NET Framework is equal to a supported version of the .NET Framework. Note that the two versions are not equal because they do not have identical version numbers.
600+
The following example uses the equality operator to determine whether a <xref:System.Runtime.Versioning.FrameworkName> object that represents the running version of .NET is equal to a supported version of .NET. Note that the two versions are not equal because they do not have identical version numbers.
601601
602602
[!code-csharp[System.Runtime.Versioning.FrameworkName.Operators#1](~/samples/snippets/csharp/VS_Snippets_CLR_System/system.runtime.versioning.frameworkname.operators/cs/Operators1.cs#1)]
603603
[!code-vb[System.Runtime.Versioning.FrameworkName.Operators#1](~/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.runtime.versioning.frameworkname.operators/vb/Operators1.vb#1)]
@@ -646,9 +646,9 @@
646646
<Docs>
647647
<param name="left">The first object to compare.</param>
648648
<param name="right">The second object to compare.</param>
649-
<summary>Returns a value that indicates whether two <see cref="T:System.Runtime.Versioning.FrameworkName" /> objects represent different .NET Framework versions.</summary>
649+
<summary>Returns a value that indicates whether two <see cref="T:System.Runtime.Versioning.FrameworkName" /> objects represent different .NET versions.</summary>
650650
<returns>
651-
<see langword="true" /> if the <paramref name="left" /> and <paramref name="right" /> parameters represent different .NET Framework versions; otherwise, <see langword="false" />.</returns>
651+
<see langword="true" /> if the <paramref name="left" /> and <paramref name="right" /> parameters represent different .NET versions; otherwise, <see langword="false" />.</returns>
652652
<remarks>
653653
<format type="text/markdown"><![CDATA[
654654
@@ -660,7 +660,7 @@
660660
661661
662662
## Examples
663-
The following example uses the equality operator to determine whether a <xref:System.Runtime.Versioning.FrameworkName> object that represents the running version of the .NET Framework is equal to a supported version of the .NET Framework. Note that the two versions are not equal because they do not have identical version numbers.
663+
The following example uses the equality operator to determine whether a <xref:System.Runtime.Versioning.FrameworkName> object that represents the running version of .NET is equal to a supported version of .NET. Note that the two versions are not equal because they do not have identical version numbers.
664664
665665
[!code-csharp[System.Runtime.Versioning.FrameworkName.Operators#2](~/samples/snippets/csharp/VS_Snippets_CLR_System/system.runtime.versioning.frameworkname.operators/cs/Operators1.cs#2)]
666666
[!code-vb[System.Runtime.Versioning.FrameworkName.Operators#2](~/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.runtime.versioning.frameworkname.operators/vb/Operators1.vb#2)]

0 commit comments

Comments
 (0)