Skip to content

Port System.Xml new docs #10161

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 26, 2024
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions xml/System.Xml.Linq/XName.xml
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,7 @@ http://www.adventure-works.com
</remarks>
<altmember cref="P:System.Xml.Linq.XName.Namespace" />
<related type="Article" href="/dotnet/standard/linq/linq-xml-overview">LINQ to XML overview</related>
<seealso cref="P:System.Xml.Linq.XName.Namespace" />
</Docs>
</Member>
<Member MemberName="Namespace">
Expand Down
6 changes: 3 additions & 3 deletions xml/System.Xml/XmlResolver.xml
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,9 @@ resolver.Credentials = myCache;
<ReturnType>System.Xml.XmlResolver</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
<summary>Gets an XML resolver that resolves only file system URIs.</summary>
<value>An XML resolver that resolves only file system URIs.</value>
<remarks>Calling <see cref="M:System.Xml.XmlResolver.GetEntity(System.Uri,System.String,System.Type)" /> or <see cref="M:System.Xml.XmlResolver.GetEntityAsync(System.Uri,System.String,System.Type)" /> on the <see cref="T:System.Xml.XmlResolver" /> instance returned by this property resolves only URIs whose scheme is file.</remarks>
</Docs>
</Member>
<Member MemberName="GetEntity">
Expand Down