Skip to content
Merged
Changes from all 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
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ This is intended to be called only by compiler-generated code. Arguments are not
<Parameter Name="value" Type="T" />
</Parameters>
<Docs>
<typeparam name="T">To be added.</typeparam>
<typeparam name="T">The type of the value to write.</typeparam>
<param name="value">The value to write.</param>
<summary>Writes the specified value to the handler.</summary>
<remarks>To be added.</remarks>
Expand Down Expand Up @@ -279,7 +279,7 @@ This is intended to be called only by compiler-generated code. Arguments are not
<Parameter Name="alignment" Type="System.Int32" />
</Parameters>
<Docs>
<typeparam name="T">To be added.</typeparam>
<typeparam name="T">The type of the value to write.</typeparam>
<param name="value">The value to write.</param>
<param name="alignment">The minimum number of characters that should be written for this value. If the value is negative, it indicates left-aligned and the required minimum is the absolute value.</param>
<summary>Writes the specified value to the handler.</summary>
Expand Down Expand Up @@ -309,7 +309,7 @@ This is intended to be called only by compiler-generated code. Arguments are not
<Parameter Name="format" Type="System.String" />
</Parameters>
<Docs>
<typeparam name="T">To be added.</typeparam>
<typeparam name="T">The type of the value to write.</typeparam>
<param name="value">The value to write.</param>
<param name="format">The format string.</param>
<summary>Writes the specified value to the handler.</summary>
Expand Down Expand Up @@ -340,7 +340,7 @@ This is intended to be called only by compiler-generated code. Arguments are not
<Parameter Name="format" Type="System.String" />
</Parameters>
<Docs>
<typeparam name="T">To be added.</typeparam>
<typeparam name="T">The type of the value to write.</typeparam>
<param name="value">The value to write.</param>
<param name="alignment">The minimum number of characters that should be written for this value. If the value is negative, it indicates left-aligned and the required minimum is the absolute value.</param>
<param name="format">The format string.</param>
Expand Down