|
248 | 248 |
|
249 | 249 | ]]></format>
|
250 | 250 | </remarks>
|
251 |
| - <exception cref="T:System.ArgumentException"> |
252 |
| - <paramref name="value" /> is not an <see cref="T:System.Int16" />.</exception> |
| 251 | + <exception cref="T:System.ArgumentException"><paramref name="value" /> is not an <see cref="T:System.Int16" />.</exception> |
253 | 252 | <altmember cref="T:System.UInt16" />
|
254 | 253 | </Docs>
|
255 | 254 | </Member>
|
|
1065 | 1064 | <Parameter Name="value" Type="System.Object" Index="0" FrameworkAlternate="dotnet-uwp-10.0;netcore-1.0;netcore-1.1;netstandard-1.0;netstandard-1.1;netstandard-1.2;netstandard-1.3;netstandard-1.4;netstandard-1.5;netstandard-1.6" />
|
1066 | 1065 | </Parameters>
|
1067 | 1066 | <Docs>
|
1068 |
| - <param name="value">To be added.</param> |
1069 |
| - <summary>To be added.</summary> |
1070 |
| - <returns>To be added.</returns> |
1071 |
| - <remarks>To be added.</remarks> |
| 1067 | + <param name="value">An object to compare, or <see langword="null" />.</param> |
| 1068 | + <summary>Compares this instance to a specified object and returns an integer that indicates whether the value of this instance is less than, equal to, or greater than the value of the object.</summary> |
| 1069 | + <returns>A signed number indicating the relative values of this instance and <paramref name="value" />. |
| 1070 | + <list type="table"> |
| 1071 | + <listheader> |
| 1072 | + <term>Return Value</term> |
| 1073 | + <description>Description</description> |
| 1074 | + </listheader> |
| 1075 | + <item> |
| 1076 | + <term>Less than zero</term> |
| 1077 | + <description>This instance is less than <paramref name="value" />.</description> |
| 1078 | + </item> |
| 1079 | + <item> |
| 1080 | + <term>Zero</term> |
| 1081 | + <description>This instance is equal to <paramref name="value" />.</description> |
| 1082 | + </item> |
| 1083 | + <item> |
| 1084 | + <term>Greater than zero</term> |
| 1085 | + <description>This instance is greater than <paramref name="value" />. |
| 1086 | + |
| 1087 | + -or- |
| 1088 | + |
| 1089 | + <paramref name="value" /> is <see langword="null" />.</description> |
| 1090 | + </item> |
| 1091 | + </list> |
| 1092 | + </returns> |
| 1093 | + <remarks> |
| 1094 | + <format type="text/markdown"><![CDATA[ |
| 1095 | +
|
| 1096 | +## Remarks |
| 1097 | +
|
| 1098 | +This member is an explicit interface member implementation. It can be used only when the <xref:System.Int16> instance is cast to an <xref:System.IConvertible> interface. |
| 1099 | +
|
| 1100 | + An <xref:System.Int16>, regardless of its value, is considered greater than a null reference. |
| 1101 | +
|
| 1102 | + ]]></format> |
| 1103 | + </remarks> |
| 1104 | + <exception cref="T:System.ArgumentException"><paramref name="value" /> is not an <see cref="T:System.Int16" />.</exception> |
1072 | 1105 | </Docs>
|
1073 | 1106 | </Member>
|
1074 | 1107 | <Member MemberName="System.IConvertible.GetTypeCode">
|
|
1097 | 1130 | </ReturnValue>
|
1098 | 1131 | <Parameters />
|
1099 | 1132 | <Docs>
|
1100 |
| - <summary>To be added.</summary> |
1101 |
| - <returns>To be added.</returns> |
1102 |
| - <remarks>To be added.</remarks> |
| 1133 | + <summary>Returns the <see cref="T:System.TypeCode" /> for value type <see cref="T:System.Int16" />.</summary> |
| 1134 | + <returns>The enumerated constant, <see cref="F:System.TypeCode.Int16" />.</returns> |
| 1135 | + <remarks> |
| 1136 | + <format type="text/markdown"><![CDATA[ |
| 1137 | +
|
| 1138 | +## Remarks |
| 1139 | +
|
| 1140 | +This member is an explicit interface member implementation. It can be used only when the <xref:System.Int16> instance is cast to an <xref:System.IConvertible> interface. |
| 1141 | +
|
| 1142 | + ]]></format> |
| 1143 | + </remarks> |
1103 | 1144 | </Docs>
|
1104 | 1145 | </Member>
|
1105 | 1146 | <Member MemberName="System.IConvertible.ToBoolean">
|
|
0 commit comments