Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
FileShare
enum
System.IO.FileShare
Enumerator
None
Read
Write
ReadWrite
Delete
Inheritable
Definition at line
4
of file
FileShare.cs
.
5
{
6
None = 0,
7
Read = 1,
8
Write = 2,
9
ReadWrite = 3,
10
Delete = 4,
11
Inheritable
= 0x10
12
}
System.IO.FileShare.Inheritable
@ Inheritable
System
IO
Generated by
1.10.0