-
Couldn't load subscription status.
- Fork 1.6k
Document System.Resources.Extensions #2857
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
Changes from 3 commits
2b5a8e0
f1b777a
95e56a8
1b7d0e5
788c2e8
2e504ab
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -24,7 +24,7 @@ | |
| </Interface> | ||
| </Interfaces> | ||
| <Docs> | ||
| <summary>To be added.</summary> | ||
| <summary>Provides APIs similar to <see cref="T:System.Resources.ResourceReader" /> that can read and deserialize resource data.</summary> | ||
| <remarks>To be added.</remarks> | ||
| </Docs> | ||
| <Members> | ||
|
|
@@ -43,8 +43,8 @@ | |
| <Parameter Name="stream" Type="System.IO.Stream" /> | ||
| </Parameters> | ||
| <Docs> | ||
| <param name="stream">To be added.</param> | ||
| <summary>To be added.</summary> | ||
| <param name="stream">The input stream.</param> | ||
| <summary>Initializes a new instance of the <see cref="T:System.Resources.Extensions.DeserializingResourceReader" /> class that reads the specified resources stream.</summary> | ||
| <remarks>To be added.</remarks> | ||
| </Docs> | ||
| </Member> | ||
|
|
@@ -64,8 +64,8 @@ | |
| <Parameter Name="fileName" Type="System.String" /> | ||
| </Parameters> | ||
| <Docs> | ||
| <param name="fileName">To be added.</param> | ||
| <summary>To be added.</summary> | ||
| <param name="fileName">The path and name of the resource file to be read. This parameter is not case-sensitive.</param> | ||
carlossanlop marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| <summary>Initializes a new instance of the <see cref="T:System.Resources.Extensions.DeserializingResourceReader" /> class that reads the specified named resource file.</summary> | ||
| <remarks>To be added.</remarks> | ||
| </Docs> | ||
| </Member> | ||
|
|
@@ -86,7 +86,7 @@ | |
| </ReturnValue> | ||
| <Parameters /> | ||
| <Docs> | ||
| <summary>To be added.</summary> | ||
| <summary>Releases all operating system resources associated with this <see cref="T:System.Resources.Extensions.DeserializingResourceReader" /> object.</summary> | ||
| <remarks>To be added.</remarks> | ||
| </Docs> | ||
| </Member> | ||
|
|
@@ -110,7 +110,7 @@ | |
| </ReturnValue> | ||
| <Parameters /> | ||
| <Docs> | ||
| <summary>To be added.</summary> | ||
| <summary>Releases the resources used by the <see cref="T:System.Resources.Extensions.DeserializingResourceReader" />.</summary> | ||
| <remarks>To be added.</remarks> | ||
| </Docs> | ||
| </Member> | ||
|
|
@@ -131,8 +131,8 @@ | |
| </ReturnValue> | ||
| <Parameters /> | ||
| <Docs> | ||
| <summary>To be added.</summary> | ||
| <returns>To be added.</returns> | ||
| <summary>Returns an enumerator for this <see cref="T:System.Resources.Extensions.DeserializingResourceReader" /> object.</summary> | ||
| <returns>An enumerator for this <see cref="T:System.Resources.Extensions.DeserializingResourceReader" /> object.</returns> | ||
| <remarks>To be added.</remarks> | ||
| </Docs> | ||
| </Member> | ||
|
|
@@ -155,10 +155,10 @@ | |
| </ReturnValue> | ||
| <Parameters /> | ||
| <Docs> | ||
| <summary>To be added.</summary> | ||
| <returns>To be added.</returns> | ||
| <summary>Returns an enumerator for this <see cref="T:System.Resources.Extensions.DeserializingResourceReader" /> object.</summary> | ||
| <returns>An enumerator for this <see cref="T:System.Resources.Extensions.DeserializingResourceReader" /> object.</returns> | ||
| <remarks>To be added.</remarks> | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. should we add the remarks here as we did in other PRs about EII? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can you please provide a remark suggestion for EII? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can we do this in a separate PR, @mairaw? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No problem. I've added the boilerplate text to our writing guidelines here: https://github.com/dotnet/dotnet-api-docs/wiki/Remarks#explicit-interface-implementation |
||
| </Docs> | ||
| </Member> | ||
| </Members> | ||
| </Type> | ||
| </Type> | ||
Uh oh!
There was an error while loading. Please reload this page.