|
47 | 47 | </Attribute>
|
48 | 48 | </Attributes>
|
49 | 49 | <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> |
51 | 51 | <remarks>To be added.</remarks>
|
52 | 52 | </Docs>
|
53 | 53 | <Members>
|
|
97 | 97 | </Parameters>
|
98 | 98 | <Docs>
|
99 | 99 | <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> |
101 | 101 | <remarks>
|
102 | 102 | <format type="text/markdown"><![CDATA[
|
103 | 103 |
|
|
111 | 111 | |Component|Description|
|
112 | 112 | |---------------|-----------------|
|
113 | 113 | |*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.| |
116 | 116 |
|
117 | 117 | 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.
|
118 | 118 |
|
|
199 | 199 | <Docs>
|
200 | 200 | <param name="identifier">A string that identifies a .NET Framework version.</param>
|
201 | 201 | <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> |
203 | 203 | <remarks>
|
204 | 204 | <format type="text/markdown"><]
|
603 | 603 | [!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 | 646 | <Docs>
|
647 | 647 | <param name="left">The first object to compare.</param>
|
648 | 648 | <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> |
650 | 650 | <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> |
652 | 652 | <remarks>
|
653 | 653 | <format type="text/markdown"><]
|
666 | 666 | [!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