Skip to content

Commit 1a08bff

Browse files
maryamariyanmairaw
authored andcommitted
Docs for VersionConverter (#2801)
* docs for VersionConverter.IsValid * Added more missing docs * Addressed feedbacks * Removing endline
1 parent 83de65a commit 1a08bff

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

xml/System.ComponentModel/VersionConverter.xml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</AssemblyInfo>
3434
<Parameters />
3535
<Docs>
36-
<summary>To be added.</summary>
36+
<summary>Initializes a new instance of the <see cref="T:System.ComponentModel.VersionConverter" /> class.</summary>
3737
<remarks>To be added.</remarks>
3838
</Docs>
3939
</Member>
@@ -147,14 +147,14 @@
147147
<Parameter Name="destinationType" Type="System.Type" />
148148
</Parameters>
149149
<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>
154154
<summary>
155155
<para>Converts the specified value to the specified destination type using the specified context and arguments.</para>
156156
</summary>
157-
<returns>To be added.</returns>
157+
<returns>An object that represents the converted value.</returns>
158158
<remarks>To be added.</remarks>
159159
</Docs>
160160
</Member>
@@ -178,11 +178,12 @@
178178
<Parameter Name="value" Type="System.Object" />
179179
</Parameters>
180180
<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>
185185
<remarks>To be added.</remarks>
186+
<altmember cref="M:System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object)" />
186187
</Docs>
187188
</Member>
188189
</Members>

0 commit comments

Comments
 (0)