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
Automatically port System.Xml.Linq triple slash for async methods (#3096)
* Automatically port System.Xml.Linq triple slash for async methods
* remove BOM character
* remove BOM character
* remove BOM character
* remove BOM character
* remove BOM character
* remove BOM character
* suggestions by rpetrusha and mairaw
Co-Authored-By: Ron Petrusha <[email protected]>
Co-Authored-By: Maira Wenzel <[email protected]>
<paramname="cancellationToken">To be added.</param>
2707
-
<summary>To be added.</summary>
2708
-
<returns>To be added.</returns>
2705
+
<paramname="reader">A reader positioned at the node to read into this <seecref="T:System.Xml.Linq.XNode" />.</param>
2706
+
<paramname="cancellationToken">A token that can be used to request cancellation of the asynchronous operation.</param>
2707
+
<summary>Creates an <seecref="T:System.Xml.Linq.XNode" /> from an <seecref="T:System.Xml.XmlReader" />. The runtime type of the node is determined by the <seecref="P:System.Xml.Linq.XObject.NodeType" /> of the first node encountered in the reader.</summary>
2708
+
<returns>An XNode that contains the nodes read from the reader.</returns>
2709
2709
<remarks>To be added.</remarks>
2710
+
<exceptioncref="T:System.InvalidOperationException">The <seecref="T:System.Xml.XmlReader" /> is not positioned on a recognized node type.</exception>
0 commit comments