Skip to content
Open
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
8 changes: 4 additions & 4 deletions xml/System.IO/FileShare.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
</ReturnValue>
<MemberValue>4</MemberValue>
<Docs>
<summary>Allows subsequent deleting of a file.</summary>
<summary>Allows the file to be deleted by this process or other processes. The file can be deleted while it remains open.</summary>
</Docs>
</Member>
<Member MemberName="Inheritable">
Expand Down Expand Up @@ -277,7 +277,7 @@
</ReturnValue>
<MemberValue>1</MemberValue>
<Docs>
<summary>Allows subsequent opening of the file for reading. If this flag is not specified, any request to open the file for reading (by this process or another process) will fail until the file is closed. However, even if this flag is specified, additional permissions might still be needed to access the file.</summary>
<summary>Allows the file to be opened for reading by this process or other processes. If this flag is not specified, any request to open the file for reading (by this process or another process) will fail until the file is closed. However, even if this flag is specified, additional permissions might still be needed to access the file.</summary>
</Docs>
</Member>
<Member MemberName="ReadWrite">
Expand Down Expand Up @@ -322,7 +322,7 @@
</ReturnValue>
<MemberValue>3</MemberValue>
<Docs>
<summary>Allows subsequent opening of the file for reading or writing. If this flag is not specified, any request to open the file for reading or writing (by this process or another process) will fail until the file is closed. However, even if this flag is specified, additional permissions might still be needed to access the file.</summary>
<summary>Allows the file to be opened for reading or writing by this process or other processes. If this flag is not specified, any request to open the file for reading or writing (by this process or another process) will fail until the file is closed. However, even if this flag is specified, additional permissions might still be needed to access the file.</summary>
</Docs>
</Member>
<Member MemberName="Write">
Expand Down Expand Up @@ -367,7 +367,7 @@
</ReturnValue>
<MemberValue>2</MemberValue>
<Docs>
<summary>Allows subsequent opening of the file for writing. If this flag is not specified, any request to open the file for writing (by this process or another process) will fail until the file is closed. However, even if this flag is specified, additional permissions might still be needed to access the file.</summary>
<summary>Allows the file to be opened for writing by this process or other processes. If this flag is not specified, any request to open the file for writing (by this process or another process) will fail until the file is closed. However, even if this flag is specified, additional permissions might still be needed to access the file.</summary>
</Docs>
</Member>
</Members>
Expand Down