From 01f2f64a00b370a6bbdb3ece2a9f2d00d97b38b2 Mon Sep 17 00:00:00 2001 From: Stephen Toub Date: Thu, 9 Sep 2021 10:29:53 -0400 Subject: [PATCH] Add "To be added" typeparam docs to AppendInterpolatedStringHandler --- .../StringBuilder+AppendInterpolatedStringHandler.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xml/System.Text/StringBuilder+AppendInterpolatedStringHandler.xml b/xml/System.Text/StringBuilder+AppendInterpolatedStringHandler.xml index b354f805734..8896fb83d2a 100644 --- a/xml/System.Text/StringBuilder+AppendInterpolatedStringHandler.xml +++ b/xml/System.Text/StringBuilder+AppendInterpolatedStringHandler.xml @@ -250,7 +250,7 @@ This is intended to be called only by compiler-generated code. Arguments are not - To be added. + The type of the value to write. The value to write. Writes the specified value to the handler. To be added. @@ -279,7 +279,7 @@ This is intended to be called only by compiler-generated code. Arguments are not - To be added. + The type of the value to write. The value to write. 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. Writes the specified value to the handler. @@ -309,7 +309,7 @@ This is intended to be called only by compiler-generated code. Arguments are not - To be added. + The type of the value to write. The value to write. The format string. Writes the specified value to the handler. @@ -340,7 +340,7 @@ This is intended to be called only by compiler-generated code. Arguments are not - To be added. + The type of the value to write. The value to write. 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. The format string.