|
123 | 123 | <Parameters /> |
124 | 124 | <Docs> |
125 | 125 | <summary>Initializes a new instance of the <see cref="T:System.Reflection.Emit.ConstructorBuilder" /> class.</summary> |
126 | | - <remarks>To be added.</remarks> |
| 126 | + <remarks>This constructor is invoked by derived classes.</remarks> |
127 | 127 | </Docs> |
128 | 128 | </Member> |
129 | 129 | <Member MemberName="AddDeclarativeSecurity"> |
|
436 | 436 | <Parameter Name="strParamName" Type="System.String" Index="2" FrameworkAlternate="net-8.0" /> |
437 | 437 | </Parameters> |
438 | 438 | <Docs> |
439 | | - <param name="iSequence">To be added.</param> |
440 | | - <param name="attributes">To be added.</param> |
441 | | - <param name="strParamName">To be added.</param> |
442 | | - <summary>To be added.</summary> |
443 | | - <returns>To be added.</returns> |
| 439 | + <param name="iSequence">The position of the parameter in the parameter list. Parameters are indexed beginning with the number 1 for the first parameter.</param> |
| 440 | + <param name="attributes">The attributes of the parameter.</param> |
| 441 | + <param name="strParamName">The name of the parameter. The name can be the <see langword="null" /> string.</param> |
| 442 | + <summary>When overridden in a derived class, defines a parameter of this constructor.</summary> |
| 443 | + <returns>A <see cref="T:System.Reflection.Emit.ParameterBuilder" /> that represents the new parameter of this constructor.</returns> |
444 | 444 | <remarks>To be added.</remarks> |
445 | 445 | </Docs> |
446 | 446 | </Member> |
|
707 | 707 | <Parameter Name="streamSize" Type="System.Int32" Index="0" FrameworkAlternate="net-8.0" /> |
708 | 708 | </Parameters> |
709 | 709 | <Docs> |
710 | | - <param name="streamSize">To be added.</param> |
711 | | - <summary>To be added.</summary> |
712 | | - <returns>To be added.</returns> |
| 710 | + <param name="streamSize">The size of the IL stream, in bytes.</param> |
| 711 | + <summary>When overridden in a derived class, gets an <see cref="T:System.Reflection.Emit.ILGenerator" /> that can be used to emit a method body for this constructor.</summary> |
| 712 | + <returns>An <see cref="T:System.Reflection.Emit.ILGenerator" /> for this constructor.</returns> |
713 | 713 | <remarks>To be added.</remarks> |
714 | 714 | </Docs> |
715 | 715 | </Member> |
|
967 | 967 | <ReturnType>System.Boolean</ReturnType> |
968 | 968 | </ReturnValue> |
969 | 969 | <Docs> |
970 | | - <summary>To be added.</summary> |
971 | | - <value>To be added.</value> |
| 970 | + <summary>When overridden in a derived class, gets or sets a value that indicates whether the local variables in this constructor should be zero-initialized.</summary> |
| 971 | + <value><see langword="true" /> if the local variables in this constructor are initialized to 0; otherwise, <see langword="false" />.</value> |
972 | 972 | <remarks>To be added.</remarks> |
973 | 973 | </Docs> |
974 | 974 | </Member> |
@@ -1654,9 +1654,9 @@ For information on how to format `binaryAttribute`, see the metadata specificati |
1654 | 1654 | <Parameter Name="binaryAttribute" Type="System.ReadOnlySpan<System.Byte>" Index="1" FrameworkAlternate="net-8.0" /> |
1655 | 1655 | </Parameters> |
1656 | 1656 | <Docs> |
1657 | | - <param name="con">To be added.</param> |
1658 | | - <param name="binaryAttribute">To be added.</param> |
1659 | | - <summary>To be added.</summary> |
| 1657 | + <param name="con">The constructor for the custom attribute.</param> |
| 1658 | + <param name="binaryAttribute">A <see cref="T:System.ReadOnlySpan`1" /> of bytes representing the attribute.</param> |
| 1659 | + <summary>When overridden in a derived class, sets a custom attribute on this constructor.</summary> |
1660 | 1660 | <remarks>To be added.</remarks> |
1661 | 1661 | </Docs> |
1662 | 1662 | </Member> |
@@ -1736,8 +1736,8 @@ For information on how to format `binaryAttribute`, see the metadata specificati |
1736 | 1736 | <Parameter Name="attributes" Type="System.Reflection.MethodImplAttributes" Index="0" FrameworkAlternate="net-8.0" /> |
1737 | 1737 | </Parameters> |
1738 | 1738 | <Docs> |
1739 | | - <param name="attributes">To be added.</param> |
1740 | | - <summary>To be added.</summary> |
| 1739 | + <param name="attributes">A bitwise combination of the enumeration values that specifies how the method is implemented.</param> |
| 1740 | + <summary>When overridden in a derived class, sets the method implementation flags for this constructor.</summary> |
1741 | 1741 | <remarks>To be added.</remarks> |
1742 | 1742 | </Docs> |
1743 | 1743 | </Member> |
|
0 commit comments