You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<paramname="cancellationToken">To be added.</param>
3682
-
<summary>To be added.</summary>
3683
-
<returns>To be added.</returns>
3684
-
<remarks>To be added.</remarks>
3679
+
<paramname="stream">The stream containing the raw XML to read.</param>
3680
+
<paramname="options">A bitwise combination of the enumeration values that specify the load options to parse the XML.</param>
3681
+
<paramname="cancellationToken">A token that can be used to request cancellation of the asynchronous operation.</param>
3682
+
<summary>Asynchronously creates a new <seecref="T:System.Xml.Linq.XElement" /> and initializes its underlying XML tree using the specified stream, optionally preserving white space.</summary>
3683
+
<returns>A new <seecref="T:System.Xml.Linq.XElement" /> containing the contents of the specified stream.</returns>
3684
+
<remarks>
3685
+
<formattype="text/markdown"><![CDATA[
3686
+
3687
+
## Remarks
3688
+
3689
+
If `options` is set to <xref:System.Xml.Linq.LoadOptions.PreserveWhitespace>, then the <xref:System.Xml.XmlReaderSettings.IgnoreWhitespace> property is set to `false`.
<paramname="cancellationToken">To be added.</param>
3718
-
<summary>To be added.</summary>
3719
-
<returns>To be added.</returns>
3720
-
<remarks>To be added.</remarks>
3723
+
<paramname="textReader">A reader containing the raw XML to read.</param>
3724
+
<paramname="options">A bitwise combination of the enumeration values that specify the load options to parse the XML.</param>
3725
+
<paramname="cancellationToken">A token that can be used to request cancellation of the asynchronous operation.</param>
3726
+
<summary>Asynchronously creates a new <seecref="T:System.Xml.Linq.XElement" /> and initializes its underlying XML tree using the specified text reader, optionally preserving white space.</summary>
3727
+
<returns>A new <seecref="T:System.Xml.Linq.XElement" /> containing the contents of the specified reader.</returns>
3728
+
<remarks>
3729
+
<formattype="text/markdown"><![CDATA[
3730
+
3731
+
## Remarks
3732
+
3733
+
If `options` is set to <xref:System.Xml.Linq.LoadOptions.PreserveWhitespace>, then the <xref:System.Xml.XmlReaderSettings.IgnoreWhitespace> property is set to `false`.
<paramname="cancellationToken">To be added.</param>
3754
-
<summary>To be added.</summary>
3755
-
<returns>To be added.</returns>
3767
+
<paramname="reader">A reader containing the XML to be read.</param>
3768
+
<paramname="options">A bitwise combination of the enumeration values that specify the load options to parse the XML.</param>
3769
+
<paramname="cancellationToken">A token that can be used to request cancellation of the asynchronous operation.</param>
3770
+
<summary>Asynchronously creates a new <seecref="T:System.Xml.Linq.XElement" /> and initializes its underlying XML tree using the specified XML reader, optionally preserving white space.</summary>
3771
+
<returns>A new <seecref="T:System.Xml.Linq.XElement" /> containing the contents of the specified reader.</returns>
0 commit comments