Skip to content

Commit 95c7531

Browse files
carlossanlopRon Petrusha
authored andcommitted
coreclr: Automatic port of triple slash from System.ComponentModel (#2725)
* coreclr: Automatic port of triple slash from System.ComponentModel * Added parameter descriptions
1 parent 6b2e062 commit 95c7531

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

xml/System.ComponentModel/DefaultValueAttribute.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -422,8 +422,8 @@
422422
<Parameter Name="value" Type="System.SByte" Index="0" FrameworkAlternate="netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
423423
</Parameters>
424424
<Docs>
425-
<param name="value">To be added.</param>
426-
<summary>To be added.</summary>
425+
<param name="value">The default signed byte value.</param>
426+
<summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DefaultValueAttribute" /> class using a <see cref="T:System.SByte" /> value.</summary>
427427
<remarks>To be added.</remarks>
428428
</Docs>
429429
</Member>
@@ -537,8 +537,8 @@
537537
<Parameter Name="value" Type="System.UInt16" Index="0" FrameworkAlternate="netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
538538
</Parameters>
539539
<Docs>
540-
<param name="value">To be added.</param>
541-
<summary>To be added.</summary>
540+
<param name="value">The default unsigned 16-bit integer value.</param>
541+
<summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DefaultValueAttribute" /> class using a <see cref="T:System.UInt16" /> value.</summary>
542542
<remarks>To be added.</remarks>
543543
</Docs>
544544
</Member>
@@ -571,8 +571,8 @@
571571
<Parameter Name="value" Type="System.UInt32" Index="0" FrameworkAlternate="netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
572572
</Parameters>
573573
<Docs>
574-
<param name="value">To be added.</param>
575-
<summary>To be added.</summary>
574+
<param name="value">The default unsigned integer value.</param>
575+
<summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DefaultValueAttribute" /> class using a <see cref="T:System.UInt32" /> value.</summary>
576576
<remarks>To be added.</remarks>
577577
</Docs>
578578
</Member>
@@ -605,8 +605,8 @@
605605
<Parameter Name="value" Type="System.UInt64" Index="0" FrameworkAlternate="netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
606606
</Parameters>
607607
<Docs>
608-
<param name="value">To be added.</param>
609-
<summary>To be added.</summary>
608+
<param name="value">The default unsigned long integer value.</param>
609+
<summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DefaultValueAttribute" /> class using a <see cref="T:System.UInt64" /> value.</summary>
610610
<remarks>To be added.</remarks>
611611
</Docs>
612612
</Member>
@@ -812,4 +812,4 @@
812812
</Docs>
813813
</Member>
814814
</Members>
815-
</Type>
815+
</Type>

0 commit comments

Comments
 (0)