Skip to content
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

Document System.IO.Pipelines.Pipe #3495

Merged
merged 2 commits into from
Nov 15, 2019
Merged
Changes from 1 commit
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
8 changes: 4 additions & 4 deletions xml/System.IO.Pipelines/Pipe.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</Base>
<Interfaces />
<Docs>
<summary>Default <see cref="T:System.IO.Pipelines.PipeWriter" /> and <see cref="T:System.IO.Pipelines.PipeReader" /> implementation.</summary>
<summary>The default <see cref="T:System.IO.Pipelines.PipeWriter" /> and <see cref="T:System.IO.Pipelines.PipeReader" /> implementation.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
Expand Down Expand Up @@ -57,7 +57,7 @@
<Parameter Name="options" Type="System.IO.Pipelines.PipeOptions" />
</Parameters>
<Docs>
<param name="options">To be added.</param>
<param name="options">The set of options for this pipe.</param>
<summary>Initializes the <see cref="T:System.IO.Pipelines.Pipe" /> with the specified <see cref="T:System.IO.Pipelines.PipeOptions" />.</summary>
<remarks>To be added.</remarks>
</Docs>
Expand All @@ -81,7 +81,7 @@
</ReturnValue>
<Docs>
<summary>Gets the <see cref="T:System.IO.Pipelines.PipeReader" /> for this pipe.</summary>
<value>To be added.</value>
<value>A <see cref="T:System.IO.Pipelines.PipeReader" /> instance for this pipe.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -127,7 +127,7 @@
</ReturnValue>
<Docs>
<summary>Gets the <see cref="T:System.IO.Pipelines.PipeWriter" /> for this pipe.</summary>
<value>To be added.</value>
<value>A <see cref="T:System.IO.Pipelines.PipeWriter" /> instance for this pipe.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down