|
33 | 33 | </AssemblyInfo>
|
34 | 34 | <Parameters />
|
35 | 35 | <Docs>
|
36 |
| - <summary>To be added.</summary> |
| 36 | + <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.VersionConverter" /> class.</summary> |
37 | 37 | <remarks>To be added.</remarks>
|
38 | 38 | </Docs>
|
39 | 39 | </Member>
|
|
147 | 147 | <Parameter Name="destinationType" Type="System.Type" />
|
148 | 148 | </Parameters>
|
149 | 149 | <Docs>
|
150 |
| - <param name="context">To be added.</param> |
151 |
| - <param name="culture">The culture that supplies formatting information for the conversion..</param> |
152 |
| - <param name="value">The value to be converted..</param> |
153 |
| - <param name="destinationType">To be added.</param> |
| 150 | + <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param> |
| 151 | + <param name="culture">The culture that supplies formatting information for the conversion.</param> |
| 152 | + <param name="value">The value to be converted.</param> |
| 153 | + <param name="destinationType">The type to convert the value parameter to.</param> |
154 | 154 | <summary>
|
155 | 155 | <para>Converts the specified value to the specified destination type using the specified context and arguments.</para>
|
156 | 156 | </summary>
|
157 |
| - <returns>To be added.</returns> |
| 157 | + <returns>An object that represents the converted value.</returns> |
158 | 158 | <remarks>To be added.</remarks>
|
159 | 159 | </Docs>
|
160 | 160 | </Member>
|
|
178 | 178 | <Parameter Name="value" Type="System.Object" />
|
179 | 179 | </Parameters>
|
180 | 180 | <Docs>
|
181 |
| - <param name="context">To be added.</param> |
182 |
| - <param name="value">To be added.</param> |
183 |
| - <summary>To be added.</summary> |
184 |
| - <returns>To be added.</returns> |
| 181 | + <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param> |
| 182 | + <param name="value">The object to test for validity.</param> |
| 183 | + <summary>Returns a value that indicates whether the given value object is valid for this type and for the specified context.</summary> |
| 184 | + <returns><see langword="true" /> if the specified value is valid for this object; otherwise, <see langword="false" />.</returns> |
185 | 185 | <remarks>To be added.</remarks>
|
| 186 | + <altmember cref="M:System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object)" /> |
186 | 187 | </Docs>
|
187 | 188 | </Member>
|
188 | 189 | </Members>
|
|
0 commit comments