Skip to content

Docs for VersionConverter #2801

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 23, 2019
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 10 additions & 8 deletions xml/System.ComponentModel/VersionConverter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</AssemblyInfo>
<Parameters />
<Docs>
<summary>To be added.</summary>
<summary>Initializes a new instance of the <see cref="T:System.ComponentModel.VersionConverter" /> class.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -147,14 +147,14 @@
<Parameter Name="destinationType" Type="System.Type" />
</Parameters>
<Docs>
<param name="context">To be added.</param>
<param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
<param name="culture">The culture that supplies formatting information for the conversion..</param>
<param name="value">The value to be converted..</param>
<param name="destinationType">To be added.</param>
<param name="destinationType">The <see cref="T:System.Type" /> to convert the value parameter to.</param>
<summary>
<para>Converts the specified value to the specified destination type using the specified context and arguments.</para>
</summary>
<returns>To be added.</returns>
<returns>An <see cref="T:System.Object" /> that represents the converted value.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand All @@ -178,11 +178,13 @@
<Parameter Name="value" Type="System.Object" />
</Parameters>
<Docs>
<param name="context">To be added.</param>
<param name="value">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param>
<param name="value">The <see cref="T:System.Object" /> to test for validity.</param>
<summary>Returns whether the given value object is valid for this type and for the specified context.</summary>
<returns>
<see langword="true" /> if the specified value is valid for this object; otherwise, <see langword="false" />.</returns>
<remarks>To be added.</remarks>
<altmember cref="M:System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object)" />
</Docs>
</Member>
</Members>
Expand Down