|
40 | 40 | <Parameter Name="platformName" Type="System.String" /> |
41 | 41 | </Parameters> |
42 | 42 | <Docs> |
43 | | - <param name="platformName">To be added.</param> |
44 | | - <summary>To be added.</summary> |
| 43 | + <param name="platformName">The obsoleted OS platform name, optionally including a version.</param> |
| 44 | + <summary>Initializes a new instance of the <see cref="T:System.Runtime.Versioning.ObsoletedOSPlatformAttribute" /> class for the specified obsoleted OS platform.</summary> |
45 | 45 | <remarks>To be added.</remarks> |
46 | 46 | </Docs> |
47 | 47 | </Member> |
|
62 | 62 | <Parameter Name="message" Type="System.String" /> |
63 | 63 | </Parameters> |
64 | 64 | <Docs> |
65 | | - <param name="platformName">To be added.</param> |
66 | | - <param name="message">To be added.</param> |
67 | | - <summary>To be added.</summary> |
| 65 | + <param name="platformName">The obsoleted OS platform name, optionally including a version.</param> |
| 66 | + <param name="message">Additional information about the obsoletion, for example, a suggested alternative for the obsoleted API.</param> |
| 67 | + <summary>Initializes a new instance of the <see cref="T:System.Runtime.Versioning.ObsoletedOSPlatformAttribute" /> attribute class for the specified obsoleted OS platform with an additional message.</summary> |
68 | 68 | <remarks>To be added.</remarks> |
69 | 69 | </Docs> |
70 | 70 | </Member> |
|
84 | 84 | <ReturnType>System.String</ReturnType> |
85 | 85 | </ReturnValue> |
86 | 86 | <Docs> |
87 | | - <summary>To be added.</summary> |
88 | | - <value>To be added.</value> |
89 | | - <remarks>To be added.</remarks> |
| 87 | + <summary>Gets the optional additional message provided for the attribute.</summary> |
| 88 | + <value>A string that represents the message, or <see langword="null"/> if there is none.</value> |
| 89 | + <remarks>Provides additional information about the obsoleted API, often to suggest a better alternative to use on the specified OS platform.</remarks> |
90 | 90 | </Docs> |
91 | 91 | </Member> |
92 | 92 | <Member MemberName="Url"> |
|
105 | 105 | <ReturnType>System.String</ReturnType> |
106 | 106 | </ReturnValue> |
107 | 107 | <Docs> |
108 | | - <summary>To be added.</summary> |
109 | | - <value>To be added.</value> |
| 108 | + <summary>Gets or sets the URL for corresponding documentation.</summary> |
| 109 | + <value>The string that represents a URL to corresponding documentation.</value> |
110 | 110 | <remarks>To be added.</remarks> |
111 | 111 | </Docs> |
112 | 112 | </Member> |
|
0 commit comments